Shades of Dark Purple #A2208F
Tints of Dark Purple #A2208F
RGB
CMYK
RGB Variations
Color information
#A2208F (or 0xA2208F) is known color: Dark Purple. HEX triplet: A2, 20 and 8F. RGB value is (162,32,143). Sum of RGB (Red+Green+Blue) = 162+32+143=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2208F is #5DDF70. Grayscale: #535353. Windows color (decimal): -6152049 or 9380002. OLE color: 9380002.
HSL color Cylindrical-coordinate representation of color #A2208F: hue angle of 308.77º 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 #A2208F is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 143 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.36 |
| HSL | 308.77º | 0.67% | 0.38% | - |
| HSV(B) | 308.77º | 0.8% | 0.64% | - |
| XYZ | 20.37 | 10.7 | 26.98 | - |
| YUV | 83.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 143 | 0 | 0.80 | 0.12 | 0.36 | 308.77 | 0.67 | 0.38 |
| Hex | A2 | 20 | 8F | 0 | 50 | C | 24 | 135 | 43 | 26 |
| Octal | 242 | 40 | 217 | 0 | 120 | 14 | 44 | 465 | 103 | 46 |
| Binary | 10100010 | 100000 | 10001111 | 0 | 1010000 | 1100 | 100100 | 100110101 | 1000011 | 100110 |
Color Harmonies of #A2208F
Complementary color
Monochromatic Colors of #A2208F
Black with #A2208F
Text Example
Text Example
White with #A2208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2208F; }
p { color: rgb(162,32,143); }
H1.HeaderClassName
{
color: #A2208F;
}
.AnyTagClassName
{
color: #A2208F;
}
</style>
background-color css
<style>
a { background-color: #A2208F; }
a { background-color: rgb(162,32,143); }
div.DivClassName
{
background-color: #A2208F;
}
.BgClassName
{
background-color: #A2208F;
}
</style>
border-color css
<style>
span { border-color: #A2208F; }
span { border-color: rgb(162,32,143); }
td.TdClassName
{
border-color: #A2208F;
}
.TagClassName
{
border-color: #A2208F;
}
</style>