Shades of Dark Purple #A02B8E
Tints of Dark Purple #A02B8E
RGB
CMYK
RGB Variations
Color information
#A02B8E (or 0xA02B8E) is known color: Dark Purple. HEX triplet: A0, 2B and 8E. RGB value is (160,43,142). Sum of RGB (Red+Green+Blue) = 160+43+142=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B8E is #5FD471. Grayscale: #585858. Windows color (decimal): -6280306 or 9317280. OLE color: 9317280.
HSL color Cylindrical-coordinate representation of color #A02B8E: hue angle of 309.23º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B8E is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 142 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.37 |
| HSL | 309.23º | 0.58% | 0.4% | - |
| HSV(B) | 309.23º | 0.73% | 0.63% | - |
| XYZ | 20.24 | 11.15 | 26.68 | - |
| YUV | 89.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 142 | 0 | 0.73 | 0.11 | 0.37 | 309.23 | 0.58 | 0.4 |
| Hex | A0 | 2B | 8E | 0 | 49 | B | 25 | 135 | 3A | 28 |
| Octal | 240 | 53 | 216 | 0 | 111 | 13 | 45 | 465 | 72 | 50 |
| Binary | 10100000 | 101011 | 10001110 | 0 | 1001001 | 1011 | 100101 | 100110101 | 111010 | 101000 |
Color Harmonies of #A02B8E
Complementary color
Monochromatic Colors of #A02B8E
Black with #A02B8E
Text Example
Text Example
White with #A02B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B8E; }
p { color: rgb(160,43,142); }
H1.HeaderClassName
{
color: #A02B8E;
}
.AnyTagClassName
{
color: #A02B8E;
}
</style>
background-color css
<style>
a { background-color: #A02B8E; }
a { background-color: rgb(160,43,142); }
div.DivClassName
{
background-color: #A02B8E;
}
.BgClassName
{
background-color: #A02B8E;
}
</style>
border-color css
<style>
span { border-color: #A02B8E; }
span { border-color: rgb(160,43,142); }
td.TdClassName
{
border-color: #A02B8E;
}
.TagClassName
{
border-color: #A02B8E;
}
</style>