Shades of Dark Purple #A02A8F
Tints of Dark Purple #A02A8F
RGB
CMYK
RGB Variations
Color information
#A02A8F (or 0xA02A8F) is known color: Dark Purple. HEX triplet: A0, 2A and 8F. RGB value is (160,42,143). Sum of RGB (Red+Green+Blue) = 160+42+143=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A8F is #5FD570. Grayscale: #585858. Windows color (decimal): -6280561 or 9382560. OLE color: 9382560.
HSL color Cylindrical-coordinate representation of color #A02A8F: hue angle of 308.64º 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 #A02A8F is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 143 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.37 |
| HSL | 308.64º | 0.58% | 0.4% | - |
| HSV(B) | 308.64º | 0.74% | 0.63% | - |
| XYZ | 20.28 | 11.11 | 27.06 | - |
| YUV | 88.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 143 | 0 | 0.74 | 0.11 | 0.37 | 308.64 | 0.58 | 0.4 |
| Hex | A0 | 2A | 8F | 0 | 4A | B | 25 | 135 | 3A | 28 |
| Octal | 240 | 52 | 217 | 0 | 112 | 13 | 45 | 465 | 72 | 50 |
| Binary | 10100000 | 101010 | 10001111 | 0 | 1001010 | 1011 | 100101 | 100110101 | 111010 | 101000 |
Color Harmonies of #A02A8F
Complementary color
Monochromatic Colors of #A02A8F
Black with #A02A8F
Text Example
Text Example
White with #A02A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A8F; }
p { color: rgb(160,42,143); }
H1.HeaderClassName
{
color: #A02A8F;
}
.AnyTagClassName
{
color: #A02A8F;
}
</style>
background-color css
<style>
a { background-color: #A02A8F; }
a { background-color: rgb(160,42,143); }
div.DivClassName
{
background-color: #A02A8F;
}
.BgClassName
{
background-color: #A02A8F;
}
</style>
border-color css
<style>
span { border-color: #A02A8F; }
span { border-color: rgb(160,42,143); }
td.TdClassName
{
border-color: #A02A8F;
}
.TagClassName
{
border-color: #A02A8F;
}
</style>