#a31dad color space conversions
Hex:
        #a31dad
        RGB:
        163, 29, 173
        CMY:
        36, 89, 32
        CMYK:
        6, 83, 0, 32
      HSL:
        296°, 71.2871%, 39.6078%
        HSV (HSB):
        296°, 83.2370%, 67.8431%
        XYZ:
        23.0864, 11.6824, 40.5733
        xyY:
        0.3064, 0.1551, 11.6824
      CIE-Lab:
        40.7068, 67.5417, -46.1504
        CIE-LCH:
        40.7068, 81.8031, 325.6557
        CIE-Luv:
        40.7068, 47.9989, -73.9871
        Hunter-Lab:
        34.1795, 60.7531, -46.4554
      #a31dad color charts
#a31dad RGB chart
      #a31dad CMYK chart
      #a31dad RGB pie chart
      #a31dad color shades, tints & tones
#a31dad color schemes
#a31dad color preview, HTML & CSS examples
           This text has a color of #a31dad        
        
          <p style="color:#a31dad;">Text here</p>
        
        
          .mytext {color:#a31dad;}
        
        Text color #a31dad
      
           This box has a color of #a31dad        
        
          <div style="background-color:#a31dad;">Content here</div>
        
        
          .mybackground {background-color:#a31dad;}
        
        Background color #a31dad
      
           Border around this has a color of #a31dad        
        
          <div style="border:2px solid #a31dad;">Content here</div>
        
        
          .myborder {border:2px solid #a31dad;}
        
        Border color #a31dad