Shades of Dark Purple #A4157F
Tints of Dark Purple #A4157F
RGB
CMYK
RGB Variations
Color information
#A4157F (or 0xA4157F) is known color: Dark Purple. HEX triplet: A4, 15 and 7F. RGB value is (164,21,127). Sum of RGB (Red+Green+Blue) = 164+21+127=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4157F is #5BEA80. Grayscale: #4B4B4B. Windows color (decimal): -6023809 or 8328612. OLE color: 8328612.
HSL color Cylindrical-coordinate representation of color #A4157F: hue angle of 315.52º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4157F is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 127 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.36 |
| HSL | 315.52º | 0.77% | 0.36% | - |
| HSV(B) | 315.52º | 0.87% | 0.64% | - |
| XYZ | 19.41 | 9.96 | 20.98 | - |
| YUV | 75.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 127 | 0 | 0.87 | 0.23 | 0.36 | 315.52 | 0.77 | 0.36 |
| Hex | A4 | 15 | 7F | 0 | 57 | 17 | 24 | 13C | 4D | 24 |
| Octal | 244 | 25 | 177 | 0 | 127 | 27 | 44 | 474 | 115 | 44 |
| Binary | 10100100 | 10101 | 1111111 | 0 | 1010111 | 10111 | 100100 | 100111100 | 1001101 | 100100 |
Color Harmonies of #A4157F
Complementary color
Monochromatic Colors of #A4157F
Black with #A4157F
Text Example
Text Example
White with #A4157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4157F; }
p { color: rgb(164,21,127); }
H1.HeaderClassName
{
color: #A4157F;
}
.AnyTagClassName
{
color: #A4157F;
}
</style>
background-color css
<style>
a { background-color: #A4157F; }
a { background-color: rgb(164,21,127); }
div.DivClassName
{
background-color: #A4157F;
}
.BgClassName
{
background-color: #A4157F;
}
</style>
border-color css
<style>
span { border-color: #A4157F; }
span { border-color: rgb(164,21,127); }
td.TdClassName
{
border-color: #A4157F;
}
.TagClassName
{
border-color: #A4157F;
}
</style>