Shades of Dark Purple #A02479
Tints of Dark Purple #A02479
RGB
CMYK
RGB Variations
Color information
#A02479 (or 0xA02479) is known color: Dark Purple. HEX triplet: A0, 24 and 79. RGB value is (160,36,121). Sum of RGB (Red+Green+Blue) = 160+36+121=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A02479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02479 is #5FDB86. Grayscale: #525252. Windows color (decimal): -6282119 or 7939232. OLE color: 7939232.
HSL color Cylindrical-coordinate representation of color #A02479: hue angle of 318.87º 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 #A02479 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 121 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.37 |
| HSL | 318.87º | 0.63% | 0.38% | - |
| HSV(B) | 318.87º | 0.78% | 0.63% | - |
| XYZ | 18.58 | 10.12 | 19.06 | - |
| YUV | 82.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 121 | 0 | 0.78 | 0.24 | 0.37 | 318.87 | 0.63 | 0.38 |
| Hex | A0 | 24 | 79 | 0 | 4E | 18 | 25 | 13F | 3F | 26 |
| Octal | 240 | 44 | 171 | 0 | 116 | 30 | 45 | 477 | 77 | 46 |
| Binary | 10100000 | 100100 | 1111001 | 0 | 1001110 | 11000 | 100101 | 100111111 | 111111 | 100110 |
Color Harmonies of #A02479
Complementary color
Monochromatic Colors of #A02479
Black with #A02479
Text Example
Text Example
White with #A02479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02479; }
p { color: rgb(160,36,121); }
H1.HeaderClassName
{
color: #A02479;
}
.AnyTagClassName
{
color: #A02479;
}
</style>
background-color css
<style>
a { background-color: #A02479; }
a { background-color: rgb(160,36,121); }
div.DivClassName
{
background-color: #A02479;
}
.BgClassName
{
background-color: #A02479;
}
</style>
border-color css
<style>
span { border-color: #A02479; }
span { border-color: rgb(160,36,121); }
td.TdClassName
{
border-color: #A02479;
}
.TagClassName
{
border-color: #A02479;
}
</style>