Shades of Amethyst #A252DB
Tints of Amethyst #A252DB
RGB
CMYK
RGB Variations
Color information
#A252DB (or 0xA252DB) is known color: Amethyst. HEX triplet: A2, 52 and DB. RGB value is (162,82,219). Sum of RGB (Red+Green+Blue) = 162+82+219=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A252DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252DB is #5DAD24. Grayscale: #797979. Windows color (decimal): -6139173 or 14373538. OLE color: 14373538.
HSL color Cylindrical-coordinate representation of color #A252DB: hue angle of 275.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A252DB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 82 | 219 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.14 |
| HSL | 275.04º | 0.66% | 0.59% | - |
| HSV(B) | 275.04º | 0.63% | 0.86% | - |
| XYZ | 30.7 | 18.83 | 69.03 | - |
| YUV | 121.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 219 | 0.26 | 0.63 | 0 | 0.14 | 275.04 | 0.66 | 0.59 |
| Hex | A2 | 52 | DB | 1A | 3F | 0 | E | 113 | 42 | 3B |
| Octal | 242 | 122 | 333 | 32 | 77 | 0 | 16 | 423 | 102 | 73 |
| Binary | 10100010 | 1010010 | 11011011 | 11010 | 111111 | 0 | 1110 | 100010011 | 1000010 | 111011 |
Color Harmonies of #A252DB
Complementary color
Monochromatic Colors of #A252DB
Black with #A252DB
Text Example
Text Example
White with #A252DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252DB; }
p { color: rgb(162,82,219); }
H1.HeaderClassName
{
color: #A252DB;
}
.AnyTagClassName
{
color: #A252DB;
}
</style>
background-color css
<style>
a { background-color: #A252DB; }
a { background-color: rgb(162,82,219); }
div.DivClassName
{
background-color: #A252DB;
}
.BgClassName
{
background-color: #A252DB;
}
</style>
border-color css
<style>
span { border-color: #A252DB; }
span { border-color: rgb(162,82,219); }
td.TdClassName
{
border-color: #A252DB;
}
.TagClassName
{
border-color: #A252DB;
}
</style>