Shades of Eggplant #A40177
Tints of Eggplant #A40177
RGB
CMYK
RGB Variations
Color information
#A40177 (or 0xA40177) is known color: Eggplant. HEX triplet: A4, 01 and 77. RGB value is (164,1,119). Sum of RGB (Red+Green+Blue) = 164+1+119=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40177 is #5BFE88. Grayscale: #3E3E3E. Windows color (decimal): -6028937 or 7799204. OLE color: 7799204.
HSL color Cylindrical-coordinate representation of color #A40177: hue angle of 316.56º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40177 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.36 |
| HSL | 316.56º | 0.99% | 0.32% | - |
| HSV(B) | 316.56º | 0.99% | 0.64% | - |
| XYZ | 18.65 | 9.25 | 18.25 | - |
| YUV | 63.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 119 | 0 | 0.99 | 0.27 | 0.36 | 316.56 | 0.99 | 0.32 |
| Hex | A4 | 1 | 77 | 0 | 63 | 1B | 24 | 13D | 63 | 20 |
| Octal | 244 | 1 | 167 | 0 | 143 | 33 | 44 | 475 | 143 | 40 |
| Binary | 10100100 | 1 | 1110111 | 0 | 1100011 | 11011 | 100100 | 100111101 | 1100011 | 100000 |
Color Harmonies of #A40177
Complementary color
Monochromatic Colors of #A40177
Black with #A40177
Text Example
Text Example
White with #A40177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40177; }
p { color: rgb(164,1,119); }
H1.HeaderClassName
{
color: #A40177;
}
.AnyTagClassName
{
color: #A40177;
}
</style>
background-color css
<style>
a { background-color: #A40177; }
a { background-color: rgb(164,1,119); }
div.DivClassName
{
background-color: #A40177;
}
.BgClassName
{
background-color: #A40177;
}
</style>
border-color css
<style>
span { border-color: #A40177; }
span { border-color: rgb(164,1,119); }
td.TdClassName
{
border-color: #A40177;
}
.TagClassName
{
border-color: #A40177;
}
</style>