Shades of Dark Purple #A02472
Tints of Dark Purple #A02472
RGB
CMYK
RGB Variations
Color information
#A02472 (or 0xA02472) is known color: Dark Purple. HEX triplet: A0, 24 and 72. RGB value is (160,36,114). Sum of RGB (Red+Green+Blue) = 160+36+114=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A02472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02472 is #5FDB8D. Grayscale: #515151. Windows color (decimal): -6282126 or 7480480. OLE color: 7480480.
HSL color Cylindrical-coordinate representation of color #A02472: hue angle of 322.26º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02472 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 114 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.37 |
| HSL | 322.26º | 0.63% | 0.38% | - |
| HSV(B) | 322.26º | 0.78% | 0.63% | - |
| XYZ | 18.17 | 9.95 | 16.88 | - |
| YUV | 81.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 114 | 0 | 0.78 | 0.29 | 0.37 | 322.26 | 0.63 | 0.38 |
| Hex | A0 | 24 | 72 | 0 | 4E | 1D | 25 | 142 | 3F | 26 |
| Octal | 240 | 44 | 162 | 0 | 116 | 35 | 45 | 502 | 77 | 46 |
| Binary | 10100000 | 100100 | 1110010 | 0 | 1001110 | 11101 | 100101 | 101000010 | 111111 | 100110 |
Color Harmonies of #A02472
Complementary color
Monochromatic Colors of #A02472
Black with #A02472
Text Example
Text Example
White with #A02472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02472; }
p { color: rgb(160,36,114); }
H1.HeaderClassName
{
color: #A02472;
}
.AnyTagClassName
{
color: #A02472;
}
</style>
background-color css
<style>
a { background-color: #A02472; }
a { background-color: rgb(160,36,114); }
div.DivClassName
{
background-color: #A02472;
}
.BgClassName
{
background-color: #A02472;
}
</style>
border-color css
<style>
span { border-color: #A02472; }
span { border-color: rgb(160,36,114); }
td.TdClassName
{
border-color: #A02472;
}
.TagClassName
{
border-color: #A02472;
}
</style>