Shades of Dark Purple #A4167F
Tints of Dark Purple #A4167F
RGB
CMYK
RGB Variations
Color information
#A4167F (or 0xA4167F) is known color: Dark Purple. HEX triplet: A4, 16 and 7F. RGB value is (164,22,127). Sum of RGB (Red+Green+Blue) = 164+22+127=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4167F is #5BE980. Grayscale: #4C4C4C. Windows color (decimal): -6023553 or 8328868. OLE color: 8328868.
HSL color Cylindrical-coordinate representation of color #A4167F: hue angle of 315.63º degrees, saturation: 0.76, 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 #A4167F is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 22 | 127 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.36 |
| HSL | 315.63º | 0.76% | 0.36% | - |
| HSV(B) | 315.63º | 0.87% | 0.64% | - |
| XYZ | 19.43 | 10 | 20.98 | - |
| YUV | 76.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 127 | 0 | 0.87 | 0.23 | 0.36 | 315.63 | 0.76 | 0.36 |
| Hex | A4 | 16 | 7F | 0 | 57 | 17 | 24 | 13C | 4C | 24 |
| Octal | 244 | 26 | 177 | 0 | 127 | 27 | 44 | 474 | 114 | 44 |
| Binary | 10100100 | 10110 | 1111111 | 0 | 1010111 | 10111 | 100100 | 100111100 | 1001100 | 100100 |
Color Harmonies of #A4167F
Complementary color
Monochromatic Colors of #A4167F
Black with #A4167F
Text Example
Text Example
White with #A4167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4167F; }
p { color: rgb(164,22,127); }
H1.HeaderClassName
{
color: #A4167F;
}
.AnyTagClassName
{
color: #A4167F;
}
</style>
background-color css
<style>
a { background-color: #A4167F; }
a { background-color: rgb(164,22,127); }
div.DivClassName
{
background-color: #A4167F;
}
.BgClassName
{
background-color: #A4167F;
}
</style>
border-color css
<style>
span { border-color: #A4167F; }
span { border-color: rgb(164,22,127); }
td.TdClassName
{
border-color: #A4167F;
}
.TagClassName
{
border-color: #A4167F;
}
</style>