Shades of Dark Purple #A02A8B
Tints of Dark Purple #A02A8B
RGB
CMYK
RGB Variations
Color information
#A02A8B (or 0xA02A8B) is known color: Dark Purple. HEX triplet: A0, 2A and 8B. RGB value is (160,42,139). Sum of RGB (Red+Green+Blue) = 160+42+139=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A8B is #5FD574. Grayscale: #585858. Windows color (decimal): -6280565 or 9120416. OLE color: 9120416.
HSL color Cylindrical-coordinate representation of color #A02A8B: hue angle of 310.68º 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 #A02A8B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 139 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.37 |
| HSL | 310.68º | 0.58% | 0.4% | - |
| HSV(B) | 310.68º | 0.74% | 0.63% | - |
| XYZ | 19.99 | 10.99 | 25.49 | - |
| YUV | 88.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 139 | 0 | 0.74 | 0.13 | 0.37 | 310.68 | 0.58 | 0.4 |
| Hex | A0 | 2A | 8B | 0 | 4A | D | 25 | 137 | 3A | 28 |
| Octal | 240 | 52 | 213 | 0 | 112 | 15 | 45 | 467 | 72 | 50 |
| Binary | 10100000 | 101010 | 10001011 | 0 | 1001010 | 1101 | 100101 | 100110111 | 111010 | 101000 |
Color Harmonies of #A02A8B
Complementary color
Monochromatic Colors of #A02A8B
Black with #A02A8B
Text Example
Text Example
White with #A02A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A8B; }
p { color: rgb(160,42,139); }
H1.HeaderClassName
{
color: #A02A8B;
}
.AnyTagClassName
{
color: #A02A8B;
}
</style>
background-color css
<style>
a { background-color: #A02A8B; }
a { background-color: rgb(160,42,139); }
div.DivClassName
{
background-color: #A02A8B;
}
.BgClassName
{
background-color: #A02A8B;
}
</style>
border-color css
<style>
span { border-color: #A02A8B; }
span { border-color: rgb(160,42,139); }
td.TdClassName
{
border-color: #A02A8B;
}
.TagClassName
{
border-color: #A02A8B;
}
</style>