Shades of Dark Purple #A2227B
Tints of Dark Purple #A2227B
RGB
CMYK
RGB Variations
Color information
#A2227B (or 0xA2227B) is known color: Dark Purple. HEX triplet: A2, 22 and 7B. RGB value is (162,34,123). Sum of RGB (Red+Green+Blue) = 162+34+123=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2227B is #5DDD84. Grayscale: #525252. Windows color (decimal): -6151557 or 8069794. OLE color: 8069794.
HSL color Cylindrical-coordinate representation of color #A2227B: hue angle of 318.28º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2227B is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 123 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.36 |
| HSL | 318.28º | 0.65% | 0.38% | - |
| HSV(B) | 318.28º | 0.79% | 0.64% | - |
| XYZ | 19.05 | 10.26 | 19.71 | - |
| YUV | 82.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 123 | 0 | 0.79 | 0.24 | 0.36 | 318.28 | 0.65 | 0.38 |
| Hex | A2 | 22 | 7B | 0 | 4F | 18 | 24 | 13E | 41 | 26 |
| Octal | 242 | 42 | 173 | 0 | 117 | 30 | 44 | 476 | 101 | 46 |
| Binary | 10100010 | 100010 | 1111011 | 0 | 1001111 | 11000 | 100100 | 100111110 | 1000001 | 100110 |
Color Harmonies of #A2227B
Complementary color
Monochromatic Colors of #A2227B
Black with #A2227B
Text Example
Text Example
White with #A2227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2227B; }
p { color: rgb(162,34,123); }
H1.HeaderClassName
{
color: #A2227B;
}
.AnyTagClassName
{
color: #A2227B;
}
</style>
background-color css
<style>
a { background-color: #A2227B; }
a { background-color: rgb(162,34,123); }
div.DivClassName
{
background-color: #A2227B;
}
.BgClassName
{
background-color: #A2227B;
}
</style>
border-color css
<style>
span { border-color: #A2227B; }
span { border-color: rgb(162,34,123); }
td.TdClassName
{
border-color: #A2227B;
}
.TagClassName
{
border-color: #A2227B;
}
</style>