#a12fed color space conversions
Hex:
        #a12fed
        RGB:
        161, 47, 237
        CMY:
        37, 82, 7
        CMYK:
        32, 80, 0, 7
      HSL:
        276°, 84.0708%, 55.6863%
        HSV (HSB):
        276°, 80.1688%, 92.9412%
        XYZ:
        31.0005, 15.7245, 81.5220
        xyY:
        0.2417, 0.1226, 15.7245
      CIE-Lab:
        46.6110, 74.3008, -73.6580
        CIE-LCH:
        46.6110, 104.6237, 315.2489
        CIE-Luv:
        46.6110, 27.0369, -116.1125
        Hunter-Lab:
        39.6542, 70.1516, -94.1319
      #a12fed color charts
#a12fed RGB chart
      #a12fed CMYK chart
      #a12fed RGB pie chart
      #a12fed color shades, tints & tones
#a12fed color schemes
#a12fed color preview, HTML & CSS examples
           This text has a color of #a12fed        
        
          <p style="color:#a12fed;">Text here</p>
        
        
          .mytext {color:#a12fed;}
        
        Text color #a12fed
      
           This box has a color of #a12fed        
        
          <div style="background-color:#a12fed;">Content here</div>
        
        
          .mybackground {background-color:#a12fed;}
        
        Background color #a12fed
      
           Border around this has a color of #a12fed        
        
          <div style="border:2px solid #a12fed;">Content here</div>
        
        
          .myborder {border:2px solid #a12fed;}
        
        Border color #a12fed