Shades of Dark Purple #A02A82
Tints of Dark Purple #A02A82
RGB
CMYK
RGB Variations
Color information
#A02A82 (or 0xA02A82) is known color: Dark Purple. HEX triplet: A0, 2A and 82. RGB value is (160,42,130). Sum of RGB (Red+Green+Blue) = 160+42+130=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A82 is #5FD57D. Grayscale: #575757. Windows color (decimal): -6280574 or 8530592. OLE color: 8530592.
HSL color Cylindrical-coordinate representation of color #A02A82: hue angle of 315.25º 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 #A02A82 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 130 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.37 |
| HSL | 315.25º | 0.58% | 0.4% | - |
| HSV(B) | 315.25º | 0.74% | 0.63% | - |
| XYZ | 19.35 | 10.74 | 22.17 | - |
| YUV | 87.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 130 | 0 | 0.74 | 0.19 | 0.37 | 315.25 | 0.58 | 0.4 |
| Hex | A0 | 2A | 82 | 0 | 4A | 13 | 25 | 13B | 3A | 28 |
| Octal | 240 | 52 | 202 | 0 | 112 | 23 | 45 | 473 | 72 | 50 |
| Binary | 10100000 | 101010 | 10000010 | 0 | 1001010 | 10011 | 100101 | 100111011 | 111010 | 101000 |
Color Harmonies of #A02A82
Complementary color
Monochromatic Colors of #A02A82
Black with #A02A82
Text Example
Text Example
White with #A02A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A82; }
p { color: rgb(160,42,130); }
H1.HeaderClassName
{
color: #A02A82;
}
.AnyTagClassName
{
color: #A02A82;
}
</style>
background-color css
<style>
a { background-color: #A02A82; }
a { background-color: rgb(160,42,130); }
div.DivClassName
{
background-color: #A02A82;
}
.BgClassName
{
background-color: #A02A82;
}
</style>
border-color css
<style>
span { border-color: #A02A82; }
span { border-color: rgb(160,42,130); }
td.TdClassName
{
border-color: #A02A82;
}
.TagClassName
{
border-color: #A02A82;
}
</style>