Shades of Dark Purple #A02A80
Tints of Dark Purple #A02A80
RGB
CMYK
RGB Variations
Color information
#A02A80 (or 0xA02A80) is known color: Dark Purple. HEX triplet: A0, 2A and 80. RGB value is (160,42,128). Sum of RGB (Red+Green+Blue) = 160+42+128=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A80 is #5FD57F. Grayscale: #565656. Windows color (decimal): -6280576 or 8399520. OLE color: 8399520.
HSL color Cylindrical-coordinate representation of color #A02A80: hue angle of 316.27º 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 #A02A80 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 128 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.37 |
| HSL | 316.27º | 0.58% | 0.4% | - |
| HSV(B) | 316.27º | 0.74% | 0.63% | - |
| XYZ | 19.22 | 10.69 | 21.47 | - |
| YUV | 87.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 128 | 0 | 0.74 | 0.20 | 0.37 | 316.27 | 0.58 | 0.4 |
| Hex | A0 | 2A | 80 | 0 | 4A | 14 | 25 | 13C | 3A | 28 |
| Octal | 240 | 52 | 200 | 0 | 112 | 24 | 45 | 474 | 72 | 50 |
| Binary | 10100000 | 101010 | 10000000 | 0 | 1001010 | 10100 | 100101 | 100111100 | 111010 | 101000 |
Color Harmonies of #A02A80
Complementary color
Monochromatic Colors of #A02A80
Black with #A02A80
Text Example
Text Example
White with #A02A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A80; }
p { color: rgb(160,42,128); }
H1.HeaderClassName
{
color: #A02A80;
}
.AnyTagClassName
{
color: #A02A80;
}
</style>
background-color css
<style>
a { background-color: #A02A80; }
a { background-color: rgb(160,42,128); }
div.DivClassName
{
background-color: #A02A80;
}
.BgClassName
{
background-color: #A02A80;
}
</style>
border-color css
<style>
span { border-color: #A02A80; }
span { border-color: rgb(160,42,128); }
td.TdClassName
{
border-color: #A02A80;
}
.TagClassName
{
border-color: #A02A80;
}
</style>