Shades of Dark Purple #A2207B
Tints of Dark Purple #A2207B
RGB
CMYK
RGB Variations
Color information
#A2207B (or 0xA2207B) is known color: Dark Purple. HEX triplet: A2, 20 and 7B. RGB value is (162,32,123). Sum of RGB (Red+Green+Blue) = 162+32+123=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2207B is #5DDF84. Grayscale: #515151. Windows color (decimal): -6152069 or 8069282. OLE color: 8069282.
HSL color Cylindrical-coordinate representation of color #A2207B: hue angle of 318º 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 #A2207B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 123 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.36 |
| HSL | 318º | 0.67% | 0.38% | - |
| HSV(B) | 318º | 0.8% | 0.64% | - |
| XYZ | 18.99 | 10.14 | 19.7 | - |
| YUV | 81.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 123 | 0 | 0.80 | 0.24 | 0.36 | 318 | 0.67 | 0.38 |
| Hex | A2 | 20 | 7B | 0 | 50 | 18 | 24 | 13E | 43 | 26 |
| Octal | 242 | 40 | 173 | 0 | 120 | 30 | 44 | 476 | 103 | 46 |
| Binary | 10100010 | 100000 | 1111011 | 0 | 1010000 | 11000 | 100100 | 100111110 | 1000011 | 100110 |
Color Harmonies of #A2207B
Complementary color
Monochromatic Colors of #A2207B
Black with #A2207B
Text Example
Text Example
White with #A2207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2207B; }
p { color: rgb(162,32,123); }
H1.HeaderClassName
{
color: #A2207B;
}
.AnyTagClassName
{
color: #A2207B;
}
</style>
background-color css
<style>
a { background-color: #A2207B; }
a { background-color: rgb(162,32,123); }
div.DivClassName
{
background-color: #A2207B;
}
.BgClassName
{
background-color: #A2207B;
}
</style>
border-color css
<style>
span { border-color: #A2207B; }
span { border-color: rgb(162,32,123); }
td.TdClassName
{
border-color: #A2207B;
}
.TagClassName
{
border-color: #A2207B;
}
</style>