Shades of Dark Purple #A2188B
Tints of Dark Purple #A2188B
RGB
CMYK
RGB Variations
Color information
#A2188B (or 0xA2188B) is known color: Dark Purple. HEX triplet: A2, 18 and 8B. RGB value is (162,24,139). Sum of RGB (Red+Green+Blue) = 162+24+139=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2188B is #5DE774. Grayscale: #4E4E4E. Windows color (decimal): -6154101 or 9115810. OLE color: 9115810.
HSL color Cylindrical-coordinate representation of color #A2188B: hue angle of 310º 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 #A2188B is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 139 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.36 |
| HSL | 310º | 0.74% | 0.36% | - |
| HSV(B) | 310º | 0.85% | 0.64% | - |
| XYZ | 19.89 | 10.2 | 25.35 | - |
| YUV | 78.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 139 | 0 | 0.85 | 0.14 | 0.36 | 310 | 0.74 | 0.36 |
| Hex | A2 | 18 | 8B | 0 | 55 | E | 24 | 136 | 4A | 24 |
| Octal | 242 | 30 | 213 | 0 | 125 | 16 | 44 | 466 | 112 | 44 |
| Binary | 10100010 | 11000 | 10001011 | 0 | 1010101 | 1110 | 100100 | 100110110 | 1001010 | 100100 |
Color Harmonies of #A2188B
Complementary color
Monochromatic Colors of #A2188B
Black with #A2188B
Text Example
Text Example
White with #A2188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2188B; }
p { color: rgb(162,24,139); }
H1.HeaderClassName
{
color: #A2188B;
}
.AnyTagClassName
{
color: #A2188B;
}
</style>
background-color css
<style>
a { background-color: #A2188B; }
a { background-color: rgb(162,24,139); }
div.DivClassName
{
background-color: #A2188B;
}
.BgClassName
{
background-color: #A2188B;
}
</style>
border-color css
<style>
span { border-color: #A2188B; }
span { border-color: rgb(162,24,139); }
td.TdClassName
{
border-color: #A2188B;
}
.TagClassName
{
border-color: #A2188B;
}
</style>