Shades of Dark Purple #A02499
Tints of Dark Purple #A02499
RGB
CMYK
RGB Variations
Color information
#A02499 (or 0xA02499) is known color: Dark Purple. HEX triplet: A0, 24 and 99. RGB value is (160,36,153). Sum of RGB (Red+Green+Blue) = 160+36+153=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A02499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02499 is #5FDB66. Grayscale: #565656. Windows color (decimal): -6282087 or 10036384. OLE color: 10036384.
HSL color Cylindrical-coordinate representation of color #A02499: hue angle of 303.39º 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 #A02499 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 153 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.37 |
| HSL | 303.39º | 0.63% | 0.38% | - |
| HSV(B) | 303.39º | 0.78% | 0.63% | - |
| XYZ | 20.88 | 11.04 | 31.17 | - |
| YUV | 86.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 153 | 0 | 0.78 | 0.04 | 0.37 | 303.39 | 0.63 | 0.38 |
| Hex | A0 | 24 | 99 | 0 | 4E | 4 | 25 | 12F | 3F | 26 |
| Octal | 240 | 44 | 231 | 0 | 116 | 4 | 45 | 457 | 77 | 46 |
| Binary | 10100000 | 100100 | 10011001 | 0 | 1001110 | 100 | 100101 | 100101111 | 111111 | 100110 |
Color Harmonies of #A02499
Complementary color
Monochromatic Colors of #A02499
Black with #A02499
Text Example
Text Example
White with #A02499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02499; }
p { color: rgb(160,36,153); }
H1.HeaderClassName
{
color: #A02499;
}
.AnyTagClassName
{
color: #A02499;
}
</style>
background-color css
<style>
a { background-color: #A02499; }
a { background-color: rgb(160,36,153); }
div.DivClassName
{
background-color: #A02499;
}
.BgClassName
{
background-color: #A02499;
}
</style>
border-color css
<style>
span { border-color: #A02499; }
span { border-color: rgb(160,36,153); }
td.TdClassName
{
border-color: #A02499;
}
.TagClassName
{
border-color: #A02499;
}
</style>