Shades of Eggplant #A00165
Tints of Eggplant #A00165
RGB
CMYK
RGB Variations
Color information
#A00165 (or 0xA00165) is known color: Eggplant. HEX triplet: A0, 01 and 65. RGB value is (160,1,101). Sum of RGB (Red+Green+Blue) = 160+1+101=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00165 is #5FFE9A. Grayscale: #3B3B3B. Windows color (decimal): -6291099 or 6619552. OLE color: 6619552.
HSL color Cylindrical-coordinate representation of color #A00165: hue angle of 322.26º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00165 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.37 |
| HSL | 322.26º | 0.99% | 0.32% | - |
| HSV(B) | 322.26º | 0.99% | 0.63% | - |
| XYZ | 16.86 | 8.43 | 13.05 | - |
| YUV | 59.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 101 | 0 | 0.99 | 0.37 | 0.37 | 322.26 | 0.99 | 0.32 |
| Hex | A0 | 1 | 65 | 0 | 63 | 25 | 25 | 142 | 63 | 20 |
| Octal | 240 | 1 | 145 | 0 | 143 | 45 | 45 | 502 | 143 | 40 |
| Binary | 10100000 | 1 | 1100101 | 0 | 1100011 | 100101 | 100101 | 101000010 | 1100011 | 100000 |
Color Harmonies of #A00165
Complementary color
Monochromatic Colors of #A00165
Black with #A00165
Text Example
Text Example
White with #A00165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00165; }
p { color: rgb(160,1,101); }
H1.HeaderClassName
{
color: #A00165;
}
.AnyTagClassName
{
color: #A00165;
}
</style>
background-color css
<style>
a { background-color: #A00165; }
a { background-color: rgb(160,1,101); }
div.DivClassName
{
background-color: #A00165;
}
.BgClassName
{
background-color: #A00165;
}
</style>
border-color css
<style>
span { border-color: #A00165; }
span { border-color: rgb(160,1,101); }
td.TdClassName
{
border-color: #A00165;
}
.TagClassName
{
border-color: #A00165;
}
</style>