Shades of Eggplant #A40678
Tints of Eggplant #A40678
RGB
CMYK
RGB Variations
Color information
#A40678 (or 0xA40678) is known color: Eggplant. HEX triplet: A4, 06 and 78. RGB value is (164,6,120). Sum of RGB (Red+Green+Blue) = 164+6+120=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A40678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40678 is #5BF987. Grayscale: #414141. Windows color (decimal): -6027656 or 7866020. OLE color: 7866020.
HSL color Cylindrical-coordinate representation of color #A40678: hue angle of 316.71º 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 #A40678 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 120 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.36 |
| HSL | 316.71º | 0.93% | 0.33% | - |
| HSV(B) | 316.71º | 0.96% | 0.64% | - |
| XYZ | 18.77 | 9.38 | 18.59 | - |
| YUV | 66.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 120 | 0 | 0.96 | 0.27 | 0.36 | 316.71 | 0.93 | 0.33 |
| Hex | A4 | 6 | 78 | 0 | 60 | 1B | 24 | 13D | 5D | 21 |
| Octal | 244 | 6 | 170 | 0 | 140 | 33 | 44 | 475 | 135 | 41 |
| Binary | 10100100 | 110 | 1111000 | 0 | 1100000 | 11011 | 100100 | 100111101 | 1011101 | 100001 |
Color Harmonies of #A40678
Complementary color
Monochromatic Colors of #A40678
Black with #A40678
Text Example
Text Example
White with #A40678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40678; }
p { color: rgb(164,6,120); }
H1.HeaderClassName
{
color: #A40678;
}
.AnyTagClassName
{
color: #A40678;
}
</style>
background-color css
<style>
a { background-color: #A40678; }
a { background-color: rgb(164,6,120); }
div.DivClassName
{
background-color: #A40678;
}
.BgClassName
{
background-color: #A40678;
}
</style>
border-color css
<style>
span { border-color: #A40678; }
span { border-color: rgb(164,6,120); }
td.TdClassName
{
border-color: #A40678;
}
.TagClassName
{
border-color: #A40678;
}
</style>