Shades of Dark Purple #A02197
Tints of Dark Purple #A02197
RGB
CMYK
RGB Variations
Color information
#A02197 (or 0xA02197) is known color: Dark Purple. HEX triplet: A0, 21 and 97. RGB value is (160,33,151). Sum of RGB (Red+Green+Blue) = 160+33+151=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A02197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02197 is #5FDE68. Grayscale: #545454. Windows color (decimal): -6282857 or 9904544. OLE color: 9904544.
HSL color Cylindrical-coordinate representation of color #A02197: hue angle of 304.25º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02197 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 151 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.37 |
| HSL | 304.25º | 0.66% | 0.38% | - |
| HSV(B) | 304.25º | 0.79% | 0.63% | - |
| XYZ | 20.63 | 10.8 | 30.27 | - |
| YUV | 84.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 151 | 0 | 0.79 | 0.06 | 0.37 | 304.25 | 0.66 | 0.38 |
| Hex | A0 | 21 | 97 | 0 | 4F | 6 | 25 | 130 | 42 | 26 |
| Octal | 240 | 41 | 227 | 0 | 117 | 6 | 45 | 460 | 102 | 46 |
| Binary | 10100000 | 100001 | 10010111 | 0 | 1001111 | 110 | 100101 | 100110000 | 1000010 | 100110 |
Color Harmonies of #A02197
Complementary color
Monochromatic Colors of #A02197
Black with #A02197
Text Example
Text Example
White with #A02197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02197; }
p { color: rgb(160,33,151); }
H1.HeaderClassName
{
color: #A02197;
}
.AnyTagClassName
{
color: #A02197;
}
</style>
background-color css
<style>
a { background-color: #A02197; }
a { background-color: rgb(160,33,151); }
div.DivClassName
{
background-color: #A02197;
}
.BgClassName
{
background-color: #A02197;
}
</style>
border-color css
<style>
span { border-color: #A02197; }
span { border-color: rgb(160,33,151); }
td.TdClassName
{
border-color: #A02197;
}
.TagClassName
{
border-color: #A02197;
}
</style>