Shades of Dark Purple #A02097
Tints of Dark Purple #A02097
RGB
CMYK
RGB Variations
Color information
#A02097 (or 0xA02097) is known color: Dark Purple. HEX triplet: A0, 20 and 97. RGB value is (160,32,151). Sum of RGB (Red+Green+Blue) = 160+32+151=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02097 is #5FDF68. Grayscale: #535353. Windows color (decimal): -6283113 or 9904288. OLE color: 9904288.
HSL color Cylindrical-coordinate representation of color #A02097: hue angle of 304.22º 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 #A02097 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 151 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.37 |
| HSL | 304.22º | 0.67% | 0.38% | - |
| HSV(B) | 304.22º | 0.8% | 0.63% | - |
| XYZ | 20.6 | 10.74 | 30.27 | - |
| YUV | 83.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 151 | 0 | 0.80 | 0.06 | 0.37 | 304.22 | 0.67 | 0.38 |
| Hex | A0 | 20 | 97 | 0 | 50 | 6 | 25 | 130 | 43 | 26 |
| Octal | 240 | 40 | 227 | 0 | 120 | 6 | 45 | 460 | 103 | 46 |
| Binary | 10100000 | 100000 | 10010111 | 0 | 1010000 | 110 | 100101 | 100110000 | 1000011 | 100110 |
Color Harmonies of #A02097
Complementary color
Monochromatic Colors of #A02097
Black with #A02097
Text Example
Text Example
White with #A02097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02097; }
p { color: rgb(160,32,151); }
H1.HeaderClassName
{
color: #A02097;
}
.AnyTagClassName
{
color: #A02097;
}
</style>
background-color css
<style>
a { background-color: #A02097; }
a { background-color: rgb(160,32,151); }
div.DivClassName
{
background-color: #A02097;
}
.BgClassName
{
background-color: #A02097;
}
</style>
border-color css
<style>
span { border-color: #A02097; }
span { border-color: rgb(160,32,151); }
td.TdClassName
{
border-color: #A02097;
}
.TagClassName
{
border-color: #A02097;
}
</style>