Shades of Dark Purple #A02B85
Tints of Dark Purple #A02B85
RGB
CMYK
RGB Variations
Color information
#A02B85 (or 0xA02B85) is known color: Dark Purple. HEX triplet: A0, 2B and 85. RGB value is (160,43,133). Sum of RGB (Red+Green+Blue) = 160+43+133=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B85 is #5FD47A. Grayscale: #585858. Windows color (decimal): -6280315 or 8727456. OLE color: 8727456.
HSL color Cylindrical-coordinate representation of color #A02B85: hue angle of 313.85º 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 #A02B85 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 133 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.37 |
| HSL | 313.85º | 0.58% | 0.4% | - |
| HSV(B) | 313.85º | 0.73% | 0.63% | - |
| XYZ | 19.59 | 10.89 | 23.26 | - |
| YUV | 88.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 133 | 0 | 0.73 | 0.17 | 0.37 | 313.85 | 0.58 | 0.4 |
| Hex | A0 | 2B | 85 | 0 | 49 | 11 | 25 | 13A | 3A | 28 |
| Octal | 240 | 53 | 205 | 0 | 111 | 21 | 45 | 472 | 72 | 50 |
| Binary | 10100000 | 101011 | 10000101 | 0 | 1001001 | 10001 | 100101 | 100111010 | 111010 | 101000 |
Color Harmonies of #A02B85
Complementary color
Monochromatic Colors of #A02B85
Black with #A02B85
Text Example
Text Example
White with #A02B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B85; }
p { color: rgb(160,43,133); }
H1.HeaderClassName
{
color: #A02B85;
}
.AnyTagClassName
{
color: #A02B85;
}
</style>
background-color css
<style>
a { background-color: #A02B85; }
a { background-color: rgb(160,43,133); }
div.DivClassName
{
background-color: #A02B85;
}
.BgClassName
{
background-color: #A02B85;
}
</style>
border-color css
<style>
span { border-color: #A02B85; }
span { border-color: rgb(160,43,133); }
td.TdClassName
{
border-color: #A02B85;
}
.TagClassName
{
border-color: #A02B85;
}
</style>