Shades of Amethyst #A252DF
Tints of Amethyst #A252DF
RGB
CMYK
RGB Variations
Color information
#A252DF (or 0xA252DF) is known color: Amethyst. HEX triplet: A2, 52 and DF. RGB value is (162,82,223). Sum of RGB (Red+Green+Blue) = 162+82+223=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A252DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252DF is #5DAD20. Grayscale: #797979. Windows color (decimal): -6139169 or 14635682. OLE color: 14635682.
HSL color Cylindrical-coordinate representation of color #A252DF: hue angle of 274.04º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A252DF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 82 | 223 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.13 |
| HSL | 274.04º | 0.69% | 0.6% | - |
| HSV(B) | 274.04º | 0.63% | 0.87% | - |
| XYZ | 31.24 | 19.04 | 71.84 | - |
| YUV | 121.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 223 | 0.27 | 0.63 | 0 | 0.13 | 274.04 | 0.69 | 0.6 |
| Hex | A2 | 52 | DF | 1B | 3F | 0 | D | 112 | 45 | 3C |
| Octal | 242 | 122 | 337 | 33 | 77 | 0 | 15 | 422 | 105 | 74 |
| Binary | 10100010 | 1010010 | 11011111 | 11011 | 111111 | 0 | 1101 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A252DF
Complementary color
Monochromatic Colors of #A252DF
Black with #A252DF
Text Example
Text Example
White with #A252DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252DF; }
p { color: rgb(162,82,223); }
H1.HeaderClassName
{
color: #A252DF;
}
.AnyTagClassName
{
color: #A252DF;
}
</style>
background-color css
<style>
a { background-color: #A252DF; }
a { background-color: rgb(162,82,223); }
div.DivClassName
{
background-color: #A252DF;
}
.BgClassName
{
background-color: #A252DF;
}
</style>
border-color css
<style>
span { border-color: #A252DF; }
span { border-color: rgb(162,82,223); }
td.TdClassName
{
border-color: #A252DF;
}
.TagClassName
{
border-color: #A252DF;
}
</style>