Shades of Dark Purple #A02088
Tints of Dark Purple #A02088
RGB
CMYK
RGB Variations
Color information
#A02088 (or 0xA02088) is known color: Dark Purple. HEX triplet: A0, 20 and 88. RGB value is (160,32,136). Sum of RGB (Red+Green+Blue) = 160+32+136=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A02088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02088 is #5FDF77. Grayscale: #515151. Windows color (decimal): -6283128 or 8921248. OLE color: 8921248.
HSL color Cylindrical-coordinate representation of color #A02088: hue angle of 311.25º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02088 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 136 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.37 |
| HSL | 311.25º | 0.67% | 0.38% | - |
| HSV(B) | 311.25º | 0.8% | 0.63% | - |
| XYZ | 19.46 | 10.28 | 24.25 | - |
| YUV | 82.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 136 | 0 | 0.80 | 0.15 | 0.37 | 311.25 | 0.67 | 0.38 |
| Hex | A0 | 20 | 88 | 0 | 50 | F | 25 | 137 | 43 | 26 |
| Octal | 240 | 40 | 210 | 0 | 120 | 17 | 45 | 467 | 103 | 46 |
| Binary | 10100000 | 100000 | 10001000 | 0 | 1010000 | 1111 | 100101 | 100110111 | 1000011 | 100110 |
Color Harmonies of #A02088
Complementary color
Monochromatic Colors of #A02088
Black with #A02088
Text Example
Text Example
White with #A02088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02088; }
p { color: rgb(160,32,136); }
H1.HeaderClassName
{
color: #A02088;
}
.AnyTagClassName
{
color: #A02088;
}
</style>
background-color css
<style>
a { background-color: #A02088; }
a { background-color: rgb(160,32,136); }
div.DivClassName
{
background-color: #A02088;
}
.BgClassName
{
background-color: #A02088;
}
</style>
border-color css
<style>
span { border-color: #A02088; }
span { border-color: rgb(160,32,136); }
td.TdClassName
{
border-color: #A02088;
}
.TagClassName
{
border-color: #A02088;
}
</style>