Shades of Eggplant #A4066F
Tints of Eggplant #A4066F
RGB
CMYK
RGB Variations
Color information
#A4066F (or 0xA4066F) is known color: Eggplant. HEX triplet: A4, 06 and 6F. RGB value is (164,6,111). Sum of RGB (Red+Green+Blue) = 164+6+111=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A4066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4066F is #5BF990. Grayscale: #404040. Windows color (decimal): -6027665 or 7276196. OLE color: 7276196.
HSL color Cylindrical-coordinate representation of color #A4066F: hue angle of 320.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4066F is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 111 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.36 |
| HSL | 320.13º | 0.93% | 0.33% | - |
| HSV(B) | 320.13º | 0.96% | 0.64% | - |
| XYZ | 18.24 | 9.17 | 15.85 | - |
| YUV | 65.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 111 | 0 | 0.96 | 0.32 | 0.36 | 320.13 | 0.93 | 0.33 |
| Hex | A4 | 6 | 6F | 0 | 60 | 20 | 24 | 140 | 5D | 21 |
| Octal | 244 | 6 | 157 | 0 | 140 | 40 | 44 | 500 | 135 | 41 |
| Binary | 10100100 | 110 | 1101111 | 0 | 1100000 | 100000 | 100100 | 101000000 | 1011101 | 100001 |
Color Harmonies of #A4066F
Complementary color
Monochromatic Colors of #A4066F
Black with #A4066F
Text Example
Text Example
White with #A4066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4066F; }
p { color: rgb(164,6,111); }
H1.HeaderClassName
{
color: #A4066F;
}
.AnyTagClassName
{
color: #A4066F;
}
</style>
background-color css
<style>
a { background-color: #A4066F; }
a { background-color: rgb(164,6,111); }
div.DivClassName
{
background-color: #A4066F;
}
.BgClassName
{
background-color: #A4066F;
}
</style>
border-color css
<style>
span { border-color: #A4066F; }
span { border-color: rgb(164,6,111); }
td.TdClassName
{
border-color: #A4066F;
}
.TagClassName
{
border-color: #A4066F;
}
</style>