Shades of Dark Purple #A4187F
Tints of Dark Purple #A4187F
RGB
CMYK
RGB Variations
Color information
#A4187F (or 0xA4187F) is known color: Dark Purple. HEX triplet: A4, 18 and 7F. RGB value is (164,24,127). Sum of RGB (Red+Green+Blue) = 164+24+127=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A4187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4187F is #5BE780. Grayscale: #4D4D4D. Windows color (decimal): -6023041 or 8329380. OLE color: 8329380.
HSL color Cylindrical-coordinate representation of color #A4187F: hue angle of 315.86º 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 #A4187F is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 127 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.36 |
| HSL | 315.86º | 0.74% | 0.37% | - |
| HSV(B) | 315.86º | 0.85% | 0.64% | - |
| XYZ | 19.47 | 10.08 | 21 | - |
| YUV | 77.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 127 | 0 | 0.85 | 0.23 | 0.36 | 315.86 | 0.74 | 0.37 |
| Hex | A4 | 18 | 7F | 0 | 55 | 17 | 24 | 13C | 4A | 25 |
| Octal | 244 | 30 | 177 | 0 | 125 | 27 | 44 | 474 | 112 | 45 |
| Binary | 10100100 | 11000 | 1111111 | 0 | 1010101 | 10111 | 100100 | 100111100 | 1001010 | 100101 |
Color Harmonies of #A4187F
Complementary color
Monochromatic Colors of #A4187F
Black with #A4187F
Text Example
Text Example
White with #A4187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4187F; }
p { color: rgb(164,24,127); }
H1.HeaderClassName
{
color: #A4187F;
}
.AnyTagClassName
{
color: #A4187F;
}
</style>
background-color css
<style>
a { background-color: #A4187F; }
a { background-color: rgb(164,24,127); }
div.DivClassName
{
background-color: #A4187F;
}
.BgClassName
{
background-color: #A4187F;
}
</style>
border-color css
<style>
span { border-color: #A4187F; }
span { border-color: rgb(164,24,127); }
td.TdClassName
{
border-color: #A4187F;
}
.TagClassName
{
border-color: #A4187F;
}
</style>