Shades of Dark Purple #A02497
Tints of Dark Purple #A02497
RGB
CMYK
RGB Variations
Color information
#A02497 (or 0xA02497) is known color: Dark Purple. HEX triplet: A0, 24 and 97. RGB value is (160,36,151). Sum of RGB (Red+Green+Blue) = 160+36+151=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A02497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02497 is #5FDB68. Grayscale: #555555. Windows color (decimal): -6282089 or 9905312. OLE color: 9905312.
HSL color Cylindrical-coordinate representation of color #A02497: hue angle of 304.35º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02497 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 151 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.37 |
| HSL | 304.35º | 0.63% | 0.38% | - |
| HSV(B) | 304.35º | 0.78% | 0.63% | - |
| XYZ | 20.71 | 10.97 | 30.3 | - |
| YUV | 86.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 151 | 0 | 0.78 | 0.06 | 0.37 | 304.35 | 0.63 | 0.38 |
| Hex | A0 | 24 | 97 | 0 | 4E | 6 | 25 | 130 | 3F | 26 |
| Octal | 240 | 44 | 227 | 0 | 116 | 6 | 45 | 460 | 77 | 46 |
| Binary | 10100000 | 100100 | 10010111 | 0 | 1001110 | 110 | 100101 | 100110000 | 111111 | 100110 |
Color Harmonies of #A02497
Complementary color
Monochromatic Colors of #A02497
Black with #A02497
Text Example
Text Example
White with #A02497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02497; }
p { color: rgb(160,36,151); }
H1.HeaderClassName
{
color: #A02497;
}
.AnyTagClassName
{
color: #A02497;
}
</style>
background-color css
<style>
a { background-color: #A02497; }
a { background-color: rgb(160,36,151); }
div.DivClassName
{
background-color: #A02497;
}
.BgClassName
{
background-color: #A02497;
}
</style>
border-color css
<style>
span { border-color: #A02497; }
span { border-color: rgb(160,36,151); }
td.TdClassName
{
border-color: #A02497;
}
.TagClassName
{
border-color: #A02497;
}
</style>