Shades of Dark Purple #A02A92
Tints of Dark Purple #A02A92
RGB
CMYK
RGB Variations
Color information
#A02A92 (or 0xA02A92) is known color: Dark Purple. HEX triplet: A0, 2A and 92. RGB value is (160,42,146). Sum of RGB (Red+Green+Blue) = 160+42+146=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A92 is #5FD56D. Grayscale: #585858. Windows color (decimal): -6280558 or 9579168. OLE color: 9579168.
HSL color Cylindrical-coordinate representation of color #A02A92: hue angle of 307.12º 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 #A02A92 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 146 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.37 |
| HSL | 307.12º | 0.58% | 0.4% | - |
| HSV(B) | 307.12º | 0.74% | 0.63% | - |
| XYZ | 20.51 | 11.2 | 28.28 | - |
| YUV | 89.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 146 | 0 | 0.74 | 0.09 | 0.37 | 307.12 | 0.58 | 0.4 |
| Hex | A0 | 2A | 92 | 0 | 4A | 9 | 25 | 133 | 3A | 28 |
| Octal | 240 | 52 | 222 | 0 | 112 | 11 | 45 | 463 | 72 | 50 |
| Binary | 10100000 | 101010 | 10010010 | 0 | 1001010 | 1001 | 100101 | 100110011 | 111010 | 101000 |
Color Harmonies of #A02A92
Complementary color
Monochromatic Colors of #A02A92
Black with #A02A92
Text Example
Text Example
White with #A02A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A92; }
p { color: rgb(160,42,146); }
H1.HeaderClassName
{
color: #A02A92;
}
.AnyTagClassName
{
color: #A02A92;
}
</style>
background-color css
<style>
a { background-color: #A02A92; }
a { background-color: rgb(160,42,146); }
div.DivClassName
{
background-color: #A02A92;
}
.BgClassName
{
background-color: #A02A92;
}
</style>
border-color css
<style>
span { border-color: #A02A92; }
span { border-color: rgb(160,42,146); }
td.TdClassName
{
border-color: #A02A92;
}
.TagClassName
{
border-color: #A02A92;
}
</style>