Shades of Dark Purple #A2187D
Tints of Dark Purple #A2187D
RGB
CMYK
RGB Variations
Color information
#A2187D (or 0xA2187D) is known color: Dark Purple. HEX triplet: A2, 18 and 7D. RGB value is (162,24,125). Sum of RGB (Red+Green+Blue) = 162+24+125=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187D is #5DE782. Grayscale: #4C4C4C. Windows color (decimal): -6154115 or 8198306. OLE color: 8198306.
HSL color Cylindrical-coordinate representation of color #A2187D: hue angle of 316.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2187D is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 125 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.36 |
| HSL | 316.09º | 0.74% | 0.36% | - |
| HSV(B) | 316.09º | 0.85% | 0.64% | - |
| XYZ | 18.93 | 9.82 | 20.3 | - |
| YUV | 76.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 125 | 0 | 0.85 | 0.23 | 0.36 | 316.09 | 0.74 | 0.36 |
| Hex | A2 | 18 | 7D | 0 | 55 | 17 | 24 | 13C | 4A | 24 |
| Octal | 242 | 30 | 175 | 0 | 125 | 27 | 44 | 474 | 112 | 44 |
| Binary | 10100010 | 11000 | 1111101 | 0 | 1010101 | 10111 | 100100 | 100111100 | 1001010 | 100100 |
Color Harmonies of #A2187D
Complementary color
Monochromatic Colors of #A2187D
Black with #A2187D
Text Example
Text Example
White with #A2187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2187D; }
p { color: rgb(162,24,125); }
H1.HeaderClassName
{
color: #A2187D;
}
.AnyTagClassName
{
color: #A2187D;
}
</style>
background-color css
<style>
a { background-color: #A2187D; }
a { background-color: rgb(162,24,125); }
div.DivClassName
{
background-color: #A2187D;
}
.BgClassName
{
background-color: #A2187D;
}
</style>
border-color css
<style>
span { border-color: #A2187D; }
span { border-color: rgb(162,24,125); }
td.TdClassName
{
border-color: #A2187D;
}
.TagClassName
{
border-color: #A2187D;
}
</style>