#a800af color space conversions
Hex:
        #a800af
        RGB:
        168, 0, 175
        CMY:
        34, 100, 31
        CMYK:
        4, 100, 0, 31
      HSL:
        298°, 100.0000%, 34.3137%
        HSV (HSB):
        298°, 100.0000%, 68.6275%
        XYZ:
        23.8863, 11.4200, 41.5028
        xyY:
        0.3110, 0.1487, 11.4200
      CIE-Lab:
        40.2790, 72.9478, -47.9787
        CIE-LCH:
        40.2790, 87.3117, 326.6666
        CIE-Luv:
        40.2790, 52.8992, -76.8906
        Hunter-Lab:
        33.7935, 67.0311, -49.1604
      #a800af color charts
#a800af RGB chart
      #a800af CMYK chart
      #a800af RGB pie chart
      #a800af color shades, tints & tones
#a800af color schemes
#a800af color preview, HTML & CSS examples
           This text has a color of #a800af        
        
          <p style="color:#a800af;">Text here</p>
        
        
          .mytext {color:#a800af;}
        
        Text color #a800af
      
           This box has a color of #a800af        
        
          <div style="background-color:#a800af;">Content here</div>
        
        
          .mybackground {background-color:#a800af;}
        
        Background color #a800af
      
           Border around this has a color of #a800af        
        
          <div style="border:2px solid #a800af;">Content here</div>
        
        
          .myborder {border:2px solid #a800af;}
        
        Border color #a800af