Shades of Dark Purple #A02A8D
Tints of Dark Purple #A02A8D
RGB
CMYK
RGB Variations
Color information
#A02A8D (or 0xA02A8D) is known color: Dark Purple. HEX triplet: A0, 2A and 8D. RGB value is (160,42,141). Sum of RGB (Red+Green+Blue) = 160+42+141=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A8D is #5FD572. Grayscale: #585858. Windows color (decimal): -6280563 or 9251488. OLE color: 9251488.
HSL color Cylindrical-coordinate representation of color #A02A8D: hue angle of 309.66º 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 #A02A8D is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 141 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.37 |
| HSL | 309.66º | 0.58% | 0.4% | - |
| HSV(B) | 309.66º | 0.74% | 0.63% | - |
| XYZ | 20.13 | 11.05 | 26.27 | - |
| YUV | 88.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 141 | 0 | 0.74 | 0.12 | 0.37 | 309.66 | 0.58 | 0.4 |
| Hex | A0 | 2A | 8D | 0 | 4A | C | 25 | 136 | 3A | 28 |
| Octal | 240 | 52 | 215 | 0 | 112 | 14 | 45 | 466 | 72 | 50 |
| Binary | 10100000 | 101010 | 10001101 | 0 | 1001010 | 1100 | 100101 | 100110110 | 111010 | 101000 |
Color Harmonies of #A02A8D
Complementary color
Monochromatic Colors of #A02A8D
Black with #A02A8D
Text Example
Text Example
White with #A02A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A8D; }
p { color: rgb(160,42,141); }
H1.HeaderClassName
{
color: #A02A8D;
}
.AnyTagClassName
{
color: #A02A8D;
}
</style>
background-color css
<style>
a { background-color: #A02A8D; }
a { background-color: rgb(160,42,141); }
div.DivClassName
{
background-color: #A02A8D;
}
.BgClassName
{
background-color: #A02A8D;
}
</style>
border-color css
<style>
span { border-color: #A02A8D; }
span { border-color: rgb(160,42,141); }
td.TdClassName
{
border-color: #A02A8D;
}
.TagClassName
{
border-color: #A02A8D;
}
</style>