Shades of Eggplant #A51175
Tints of Eggplant #A51175
RGB
CMYK
RGB Variations
Color information
#A51175 (or 0xA51175) is known color: Eggplant. HEX triplet: A5, 11 and 75. RGB value is (165,17,117). Sum of RGB (Red+Green+Blue) = 165+17+117=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A51175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51175 is #5AEE8A. Grayscale: #484848. Windows color (decimal): -5959307 or 7672229. OLE color: 7672229.
HSL color Cylindrical-coordinate representation of color #A51175: hue angle of 319.46º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51175 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 117 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.35 |
| HSL | 319.46º | 0.81% | 0.36% | - |
| HSV(B) | 319.46º | 0.9% | 0.65% | - |
| XYZ | 18.93 | 9.68 | 17.7 | - |
| YUV | 72.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 117 | 0 | 0.90 | 0.29 | 0.35 | 319.46 | 0.81 | 0.36 |
| Hex | A5 | 11 | 75 | 0 | 5A | 1D | 23 | 13F | 51 | 24 |
| Octal | 245 | 21 | 165 | 0 | 132 | 35 | 43 | 477 | 121 | 44 |
| Binary | 10100101 | 10001 | 1110101 | 0 | 1011010 | 11101 | 100011 | 100111111 | 1010001 | 100100 |
Color Harmonies of #A51175
Complementary color
Monochromatic Colors of #A51175
Black with #A51175
Text Example
Text Example
White with #A51175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51175; }
p { color: rgb(165,17,117); }
H1.HeaderClassName
{
color: #A51175;
}
.AnyTagClassName
{
color: #A51175;
}
</style>
background-color css
<style>
a { background-color: #A51175; }
a { background-color: rgb(165,17,117); }
div.DivClassName
{
background-color: #A51175;
}
.BgClassName
{
background-color: #A51175;
}
</style>
border-color css
<style>
span { border-color: #A51175; }
span { border-color: rgb(165,17,117); }
td.TdClassName
{
border-color: #A51175;
}
.TagClassName
{
border-color: #A51175;
}
</style>