Shades of Dark Purple #A2137D
Tints of Dark Purple #A2137D
RGB
CMYK
RGB Variations
Color information
#A2137D (or 0xA2137D) is known color: Dark Purple. HEX triplet: A2, 13 and 7D. RGB value is (162,19,125). Sum of RGB (Red+Green+Blue) = 162+19+125=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2137D is #5DEC82. Grayscale: #494949. Windows color (decimal): -6155395 or 8197026. OLE color: 8197026.
HSL color Cylindrical-coordinate representation of color #A2137D: hue angle of 315.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2137D is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 125 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.36 |
| HSL | 315.52º | 0.79% | 0.35% | - |
| HSV(B) | 315.52º | 0.88% | 0.64% | - |
| XYZ | 18.83 | 9.63 | 20.27 | - |
| YUV | 73.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 125 | 0 | 0.88 | 0.23 | 0.36 | 315.52 | 0.79 | 0.35 |
| Hex | A2 | 13 | 7D | 0 | 58 | 17 | 24 | 13C | 4F | 23 |
| Octal | 242 | 23 | 175 | 0 | 130 | 27 | 44 | 474 | 117 | 43 |
| Binary | 10100010 | 10011 | 1111101 | 0 | 1011000 | 10111 | 100100 | 100111100 | 1001111 | 100011 |
Color Harmonies of #A2137D
Complementary color
Monochromatic Colors of #A2137D
Black with #A2137D
Text Example
Text Example
White with #A2137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2137D; }
p { color: rgb(162,19,125); }
H1.HeaderClassName
{
color: #A2137D;
}
.AnyTagClassName
{
color: #A2137D;
}
</style>
background-color css
<style>
a { background-color: #A2137D; }
a { background-color: rgb(162,19,125); }
div.DivClassName
{
background-color: #A2137D;
}
.BgClassName
{
background-color: #A2137D;
}
</style>
border-color css
<style>
span { border-color: #A2137D; }
span { border-color: rgb(162,19,125); }
td.TdClassName
{
border-color: #A2137D;
}
.TagClassName
{
border-color: #A2137D;
}
</style>