Shades of Eggplant #A40368
Tints of Eggplant #A40368
RGB
CMYK
RGB Variations
Color information
#A40368 (or 0xA40368) is known color: Eggplant. HEX triplet: A4, 03 and 68. RGB value is (164,3,104). Sum of RGB (Red+Green+Blue) = 164+3+104=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A40368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40368 is #5BFC97. Grayscale: #3E3E3E. Windows color (decimal): -6028440 or 6816676. OLE color: 6816676.
HSL color Cylindrical-coordinate representation of color #A40368: hue angle of 322.36º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40368 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.36 |
| HSL | 322.36º | 0.96% | 0.33% | - |
| HSV(B) | 322.36º | 0.98% | 0.64% | - |
| XYZ | 17.84 | 8.96 | 13.89 | - |
| YUV | 62.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 104 | 0 | 0.98 | 0.37 | 0.36 | 322.36 | 0.96 | 0.33 |
| Hex | A4 | 3 | 68 | 0 | 62 | 25 | 24 | 142 | 60 | 21 |
| Octal | 244 | 3 | 150 | 0 | 142 | 45 | 44 | 502 | 140 | 41 |
| Binary | 10100100 | 11 | 1101000 | 0 | 1100010 | 100101 | 100100 | 101000010 | 1100000 | 100001 |
Color Harmonies of #A40368
Complementary color
Monochromatic Colors of #A40368
Black with #A40368
Text Example
Text Example
White with #A40368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40368; }
p { color: rgb(164,3,104); }
H1.HeaderClassName
{
color: #A40368;
}
.AnyTagClassName
{
color: #A40368;
}
</style>
background-color css
<style>
a { background-color: #A40368; }
a { background-color: rgb(164,3,104); }
div.DivClassName
{
background-color: #A40368;
}
.BgClassName
{
background-color: #A40368;
}
</style>
border-color css
<style>
span { border-color: #A40368; }
span { border-color: rgb(164,3,104); }
td.TdClassName
{
border-color: #A40368;
}
.TagClassName
{
border-color: #A40368;
}
</style>