Shades of Eggplant #A40069
Tints of Eggplant #A40069
RGB
CMYK
RGB Variations
Color information
#A40069 (or 0xA40069) is known color: Eggplant. HEX triplet: A4, 00 and 69. RGB value is (164,0,105). Sum of RGB (Red+Green+Blue) = 164+0+105=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A40069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40069 is #5BFF96. Grayscale: #3C3C3C. Windows color (decimal): -6029207 or 6881444. OLE color: 6881444.
HSL color Cylindrical-coordinate representation of color #A40069: hue angle of 321.59º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40069 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.36 | 0.36 |
| HSL | 321.59º | 1% | 0.32% | - |
| HSV(B) | 321.59º | 1% | 0.64% | - |
| XYZ | 17.86 | 8.91 | 14.14 | - |
| YUV | 61.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 105 | 0 | 1 | 0.36 | 0.36 | 321.59 | 1 | 0.32 |
| Hex | A4 | 0 | 69 | 0 | 64 | 24 | 24 | 142 | 64 | 20 |
| Octal | 244 | 0 | 151 | 0 | 144 | 44 | 44 | 502 | 144 | 40 |
| Binary | 10100100 | 0 | 1101001 | 0 | 1100100 | 100100 | 100100 | 101000010 | 1100100 | 100000 |
Color Harmonies of #A40069
Complementary color
Monochromatic Colors of #A40069
Black with #A40069
Text Example
Text Example
White with #A40069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40069; }
p { color: rgb(164,0,105); }
H1.HeaderClassName
{
color: #A40069;
}
.AnyTagClassName
{
color: #A40069;
}
</style>
background-color css
<style>
a { background-color: #A40069; }
a { background-color: rgb(164,0,105); }
div.DivClassName
{
background-color: #A40069;
}
.BgClassName
{
background-color: #A40069;
}
</style>
border-color css
<style>
span { border-color: #A40069; }
span { border-color: rgb(164,0,105); }
td.TdClassName
{
border-color: #A40069;
}
.TagClassName
{
border-color: #A40069;
}
</style>