Shades of Eggplant #A5167A
Tints of Eggplant #A5167A
RGB
CMYK
RGB Variations
Color information
#A5167A (or 0xA5167A) is known color: Eggplant. HEX triplet: A5, 16 and 7A. RGB value is (165,22,122). Sum of RGB (Red+Green+Blue) = 165+22+122=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5167A is #5AE985. Grayscale: #4B4B4B. Windows color (decimal): -5958022 or 8001189. OLE color: 8001189.
HSL color Cylindrical-coordinate representation of color #A5167A: hue angle of 318.04º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5167A is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 22 | 122 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.35 |
| HSL | 318.04º | 0.76% | 0.37% | - |
| HSV(B) | 318.04º | 0.87% | 0.65% | - |
| XYZ | 19.32 | 9.98 | 19.32 | - |
| YUV | 76.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 122 | 0 | 0.87 | 0.26 | 0.35 | 318.04 | 0.76 | 0.37 |
| Hex | A5 | 16 | 7A | 0 | 57 | 1A | 23 | 13E | 4C | 25 |
| Octal | 245 | 26 | 172 | 0 | 127 | 32 | 43 | 476 | 114 | 45 |
| Binary | 10100101 | 10110 | 1111010 | 0 | 1010111 | 11010 | 100011 | 100111110 | 1001100 | 100101 |
Color Harmonies of #A5167A
Complementary color
Monochromatic Colors of #A5167A
Black with #A5167A
Text Example
Text Example
White with #A5167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5167A; }
p { color: rgb(165,22,122); }
H1.HeaderClassName
{
color: #A5167A;
}
.AnyTagClassName
{
color: #A5167A;
}
</style>
background-color css
<style>
a { background-color: #A5167A; }
a { background-color: rgb(165,22,122); }
div.DivClassName
{
background-color: #A5167A;
}
.BgClassName
{
background-color: #A5167A;
}
</style>
border-color css
<style>
span { border-color: #A5167A; }
span { border-color: rgb(165,22,122); }
td.TdClassName
{
border-color: #A5167A;
}
.TagClassName
{
border-color: #A5167A;
}
</style>