Shades of Dark Purple #A2208E
Tints of Dark Purple #A2208E
RGB
CMYK
RGB Variations
Color information
#A2208E (or 0xA2208E) is known color: Dark Purple. HEX triplet: A2, 20 and 8E. RGB value is (162,32,142). Sum of RGB (Red+Green+Blue) = 162+32+142=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2208E is #5DDF71. Grayscale: #535353. Windows color (decimal): -6152050 or 9314466. OLE color: 9314466.
HSL color Cylindrical-coordinate representation of color #A2208E: hue angle of 309.23º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2208E is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 142 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.36 |
| HSL | 309.23º | 0.67% | 0.38% | - |
| HSV(B) | 309.23º | 0.8% | 0.64% | - |
| XYZ | 20.3 | 10.67 | 26.58 | - |
| YUV | 83.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 142 | 0 | 0.80 | 0.12 | 0.36 | 309.23 | 0.67 | 0.38 |
| Hex | A2 | 20 | 8E | 0 | 50 | C | 24 | 135 | 43 | 26 |
| Octal | 242 | 40 | 216 | 0 | 120 | 14 | 44 | 465 | 103 | 46 |
| Binary | 10100010 | 100000 | 10001110 | 0 | 1010000 | 1100 | 100100 | 100110101 | 1000011 | 100110 |
Color Harmonies of #A2208E
Complementary color
Monochromatic Colors of #A2208E
Black with #A2208E
Text Example
Text Example
White with #A2208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2208E; }
p { color: rgb(162,32,142); }
H1.HeaderClassName
{
color: #A2208E;
}
.AnyTagClassName
{
color: #A2208E;
}
</style>
background-color css
<style>
a { background-color: #A2208E; }
a { background-color: rgb(162,32,142); }
div.DivClassName
{
background-color: #A2208E;
}
.BgClassName
{
background-color: #A2208E;
}
</style>
border-color css
<style>
span { border-color: #A2208E; }
span { border-color: rgb(162,32,142); }
td.TdClassName
{
border-color: #A2208E;
}
.TagClassName
{
border-color: #A2208E;
}
</style>