Shades of Eggplant #A40165
Tints of Eggplant #A40165
RGB
CMYK
RGB Variations
Color information
#A40165 (or 0xA40165) is known color: Eggplant. HEX triplet: A4, 01 and 65. RGB value is (164,1,101). Sum of RGB (Red+Green+Blue) = 164+1+101=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A40165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40165 is #5BFE9A. Grayscale: #3C3C3C. Windows color (decimal): -6028955 or 6619556. OLE color: 6619556.
HSL color Cylindrical-coordinate representation of color #A40165: hue angle of 323.19º 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 #A40165 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.36 |
| HSL | 323.19º | 0.99% | 0.32% | - |
| HSV(B) | 323.19º | 0.99% | 0.64% | - |
| XYZ | 17.67 | 8.85 | 13.09 | - |
| YUV | 61.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 101 | 0 | 0.99 | 0.38 | 0.36 | 323.19 | 0.99 | 0.32 |
| Hex | A4 | 1 | 65 | 0 | 63 | 26 | 24 | 143 | 63 | 20 |
| Octal | 244 | 1 | 145 | 0 | 143 | 46 | 44 | 503 | 143 | 40 |
| Binary | 10100100 | 1 | 1100101 | 0 | 1100011 | 100110 | 100100 | 101000011 | 1100011 | 100000 |
Color Harmonies of #A40165
Complementary color
Monochromatic Colors of #A40165
Black with #A40165
Text Example
Text Example
White with #A40165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40165; }
p { color: rgb(164,1,101); }
H1.HeaderClassName
{
color: #A40165;
}
.AnyTagClassName
{
color: #A40165;
}
</style>
background-color css
<style>
a { background-color: #A40165; }
a { background-color: rgb(164,1,101); }
div.DivClassName
{
background-color: #A40165;
}
.BgClassName
{
background-color: #A40165;
}
</style>
border-color css
<style>
span { border-color: #A40165; }
span { border-color: rgb(164,1,101); }
td.TdClassName
{
border-color: #A40165;
}
.TagClassName
{
border-color: #A40165;
}
</style>