Shades of Dark Purple #A2187A
Tints of Dark Purple #A2187A
RGB
CMYK
RGB Variations
Color information
#A2187A (or 0xA2187A) is known color: Dark Purple. HEX triplet: A2, 18 and 7A. RGB value is (162,24,122). Sum of RGB (Red+Green+Blue) = 162+24+122=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2187A is #5DE785. Grayscale: #4C4C4C. Windows color (decimal): -6154118 or 8001698. OLE color: 8001698.
HSL color Cylindrical-coordinate representation of color #A2187A: hue angle of 317.39º 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 #A2187A is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 122 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.36 |
| HSL | 317.39º | 0.74% | 0.36% | - |
| HSV(B) | 317.39º | 0.85% | 0.64% | - |
| XYZ | 18.74 | 9.74 | 19.3 | - |
| YUV | 76.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 122 | 0 | 0.85 | 0.25 | 0.36 | 317.39 | 0.74 | 0.36 |
| Hex | A2 | 18 | 7A | 0 | 55 | 19 | 24 | 13D | 4A | 24 |
| Octal | 242 | 30 | 172 | 0 | 125 | 31 | 44 | 475 | 112 | 44 |
| Binary | 10100010 | 11000 | 1111010 | 0 | 1010101 | 11001 | 100100 | 100111101 | 1001010 | 100100 |
Color Harmonies of #A2187A
Complementary color
Monochromatic Colors of #A2187A
Black with #A2187A
Text Example
Text Example
White with #A2187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2187A; }
p { color: rgb(162,24,122); }
H1.HeaderClassName
{
color: #A2187A;
}
.AnyTagClassName
{
color: #A2187A;
}
</style>
background-color css
<style>
a { background-color: #A2187A; }
a { background-color: rgb(162,24,122); }
div.DivClassName
{
background-color: #A2187A;
}
.BgClassName
{
background-color: #A2187A;
}
</style>
border-color css
<style>
span { border-color: #A2187A; }
span { border-color: rgb(162,24,122); }
td.TdClassName
{
border-color: #A2187A;
}
.TagClassName
{
border-color: #A2187A;
}
</style>