Shades of Dark Purple #A2197B
Tints of Dark Purple #A2197B
RGB
CMYK
RGB Variations
Color information
#A2197B (or 0xA2197B) is known color: Dark Purple. HEX triplet: A2, 19 and 7B. RGB value is (162,25,123). Sum of RGB (Red+Green+Blue) = 162+25+123=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2197B is #5DE684. Grayscale: #4C4C4C. Windows color (decimal): -6153861 or 8067490. OLE color: 8067490.
HSL color Cylindrical-coordinate representation of color #A2197B: hue angle of 317.08º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2197B is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 123 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.36 |
| HSL | 317.08º | 0.73% | 0.37% | - |
| HSV(B) | 317.08º | 0.85% | 0.64% | - |
| XYZ | 18.82 | 9.81 | 19.64 | - |
| YUV | 77.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 123 | 0 | 0.85 | 0.24 | 0.36 | 317.08 | 0.73 | 0.37 |
| Hex | A2 | 19 | 7B | 0 | 55 | 18 | 24 | 13D | 49 | 25 |
| Octal | 242 | 31 | 173 | 0 | 125 | 30 | 44 | 475 | 111 | 45 |
| Binary | 10100010 | 11001 | 1111011 | 0 | 1010101 | 11000 | 100100 | 100111101 | 1001001 | 100101 |
Color Harmonies of #A2197B
Complementary color
Monochromatic Colors of #A2197B
Black with #A2197B
Text Example
Text Example
White with #A2197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2197B; }
p { color: rgb(162,25,123); }
H1.HeaderClassName
{
color: #A2197B;
}
.AnyTagClassName
{
color: #A2197B;
}
</style>
background-color css
<style>
a { background-color: #A2197B; }
a { background-color: rgb(162,25,123); }
div.DivClassName
{
background-color: #A2197B;
}
.BgClassName
{
background-color: #A2197B;
}
</style>
border-color css
<style>
span { border-color: #A2197B; }
span { border-color: rgb(162,25,123); }
td.TdClassName
{
border-color: #A2197B;
}
.TagClassName
{
border-color: #A2197B;
}
</style>