Shades of Dark Purple #A4198E
Tints of Dark Purple #A4198E
RGB
CMYK
RGB Variations
Color information
#A4198E (or 0xA4198E) is known color: Dark Purple. HEX triplet: A4, 19 and 8E. RGB value is (164,25,142). Sum of RGB (Red+Green+Blue) = 164+25+142=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4198E is #5BE671. Grayscale: #4F4F4F. Windows color (decimal): -6022770 or 9312676. OLE color: 9312676.
HSL color Cylindrical-coordinate representation of color #A4198E: hue angle of 309.5º degrees, saturation: 0.74, 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 #A4198E is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 25 | 142 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.36 |
| HSL | 309.5º | 0.74% | 0.37% | - |
| HSV(B) | 309.5º | 0.85% | 0.64% | - |
| XYZ | 20.54 | 10.54 | 26.54 | - |
| YUV | 79.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 142 | 0 | 0.85 | 0.13 | 0.36 | 309.5 | 0.74 | 0.37 |
| Hex | A4 | 19 | 8E | 0 | 55 | D | 24 | 135 | 4A | 25 |
| Octal | 244 | 31 | 216 | 0 | 125 | 15 | 44 | 465 | 112 | 45 |
| Binary | 10100100 | 11001 | 10001110 | 0 | 1010101 | 1101 | 100100 | 100110101 | 1001010 | 100101 |
Color Harmonies of #A4198E
Complementary color
Monochromatic Colors of #A4198E
Black with #A4198E
Text Example
Text Example
White with #A4198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4198E; }
p { color: rgb(164,25,142); }
H1.HeaderClassName
{
color: #A4198E;
}
.AnyTagClassName
{
color: #A4198E;
}
</style>
background-color css
<style>
a { background-color: #A4198E; }
a { background-color: rgb(164,25,142); }
div.DivClassName
{
background-color: #A4198E;
}
.BgClassName
{
background-color: #A4198E;
}
</style>
border-color css
<style>
span { border-color: #A4198E; }
span { border-color: rgb(164,25,142); }
td.TdClassName
{
border-color: #A4198E;
}
.TagClassName
{
border-color: #A4198E;
}
</style>