#a121ac color space conversions
Hex:
        #a121ac
        RGB:
        161, 33, 172
        CMY:
        37, 87, 33
        CMYK:
        6, 81, 0, 33
      HSL:
        295°, 67.8049%, 40.1961%
        HSV (HSB):
        295°, 80.8140%, 67.4510%
        XYZ:
        22.6882, 11.6433, 40.0813
        xyY:
        0.3049, 0.1565, 11.6433
      CIE-Lab:
        40.6436, 66.0101, -45.6754
        CIE-LCH:
        40.6436, 80.2719, 325.3189
        CIE-Luv:
        40.6436, 46.4549, -73.1123
        Hunter-Lab:
        34.1223, 58.9719, -45.7585
      #a121ac color charts
#a121ac RGB chart
      #a121ac CMYK chart
      #a121ac RGB pie chart
      #a121ac color shades, tints & tones
#a121ac color schemes
#a121ac color preview, HTML & CSS examples
           This text has a color of #a121ac        
        
          <p style="color:#a121ac;">Text here</p>
        
        
          .mytext {color:#a121ac;}
        
        Text color #a121ac
      
           This box has a color of #a121ac        
        
          <div style="background-color:#a121ac;">Content here</div>
        
        
          .mybackground {background-color:#a121ac;}
        
        Background color #a121ac
      
           Border around this has a color of #a121ac        
        
          <div style="border:2px solid #a121ac;">Content here</div>
        
        
          .myborder {border:2px solid #a121ac;}
        
        Border color #a121ac