Shades of Dark Purple #A02A89
Tints of Dark Purple #A02A89
RGB
CMYK
RGB Variations
Color information
#A02A89 (or 0xA02A89) is known color: Dark Purple. HEX triplet: A0, 2A and 89. RGB value is (160,42,137). Sum of RGB (Red+Green+Blue) = 160+42+137=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A89 is #5FD576. Grayscale: #575757. Windows color (decimal): -6280567 or 8989344. OLE color: 8989344.
HSL color Cylindrical-coordinate representation of color #A02A89: hue angle of 311.69º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A89 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 137 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.37 |
| HSL | 311.69º | 0.58% | 0.4% | - |
| HSV(B) | 311.69º | 0.74% | 0.63% | - |
| XYZ | 19.84 | 10.94 | 24.73 | - |
| YUV | 88.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 137 | 0 | 0.74 | 0.14 | 0.37 | 311.69 | 0.58 | 0.4 |
| Hex | A0 | 2A | 89 | 0 | 4A | E | 25 | 138 | 3A | 28 |
| Octal | 240 | 52 | 211 | 0 | 112 | 16 | 45 | 470 | 72 | 50 |
| Binary | 10100000 | 101010 | 10001001 | 0 | 1001010 | 1110 | 100101 | 100111000 | 111010 | 101000 |
Color Harmonies of #A02A89
Complementary color
Monochromatic Colors of #A02A89
Black with #A02A89
Text Example
Text Example
White with #A02A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A89; }
p { color: rgb(160,42,137); }
H1.HeaderClassName
{
color: #A02A89;
}
.AnyTagClassName
{
color: #A02A89;
}
</style>
background-color css
<style>
a { background-color: #A02A89; }
a { background-color: rgb(160,42,137); }
div.DivClassName
{
background-color: #A02A89;
}
.BgClassName
{
background-color: #A02A89;
}
</style>
border-color css
<style>
span { border-color: #A02A89; }
span { border-color: rgb(160,42,137); }
td.TdClassName
{
border-color: #A02A89;
}
.TagClassName
{
border-color: #A02A89;
}
</style>