#a125dd color space conversions
Hex:
        #a125dd
        RGB:
        161, 37, 221
        CMY:
        37, 85, 13
        CMYK:
        27, 83, 0, 13
      HSL:
        280°, 73.0159%, 50.5882%
        HSV (HSB):
        280°, 83.2579%, 86.6667%
        XYZ:
        28.4107, 14.1207, 69.6348
        xyY:
        0.2533, 0.1259, 14.1207
      CIE-Lab:
        44.4055, 73.9428, -68.1659
        CIE-LCH:
        44.4055, 100.5690, 317.3279
        CIE-Luv:
        44.4055, 31.8604, -107.0104
        Hunter-Lab:
        37.5775, 69.1954, -83.5660
      #a125dd color charts
#a125dd RGB chart
      #a125dd CMYK chart
      #a125dd RGB pie chart
      #a125dd color shades, tints & tones
#a125dd color schemes
#a125dd color preview, HTML & CSS examples
           This text has a color of #a125dd        
        
          <p style="color:#a125dd;">Text here</p>
        
        
          .mytext {color:#a125dd;}
        
        Text color #a125dd
      
           This box has a color of #a125dd        
        
          <div style="background-color:#a125dd;">Content here</div>
        
        
          .mybackground {background-color:#a125dd;}
        
        Background color #a125dd
      
           Border around this has a color of #a125dd        
        
          <div style="border:2px solid #a125dd;">Content here</div>
        
        
          .myborder {border:2px solid #a125dd;}
        
        Border color #a125dd