Shades of Eggplant #A00365
Tints of Eggplant #A00365
RGB
CMYK
RGB Variations
Color information
#A00365 (or 0xA00365) is known color: Eggplant. HEX triplet: A0, 03 and 65. RGB value is (160,3,101). Sum of RGB (Red+Green+Blue) = 160+3+101=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A00365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00365 is #5FFC9A. Grayscale: #3C3C3C. Windows color (decimal): -6290587 or 6620064. OLE color: 6620064.
HSL color Cylindrical-coordinate representation of color #A00365: hue angle of 322.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00365 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.37 |
| HSL | 322.55º | 0.96% | 0.32% | - |
| HSV(B) | 322.55º | 0.98% | 0.63% | - |
| XYZ | 16.88 | 8.48 | 13.06 | - |
| YUV | 61.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 101 | 0 | 0.98 | 0.37 | 0.37 | 322.55 | 0.96 | 0.32 |
| Hex | A0 | 3 | 65 | 0 | 62 | 25 | 25 | 143 | 60 | 20 |
| Octal | 240 | 3 | 145 | 0 | 142 | 45 | 45 | 503 | 140 | 40 |
| Binary | 10100000 | 11 | 1100101 | 0 | 1100010 | 100101 | 100101 | 101000011 | 1100000 | 100000 |
Color Harmonies of #A00365
Complementary color
Monochromatic Colors of #A00365
Black with #A00365
Text Example
Text Example
White with #A00365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00365; }
p { color: rgb(160,3,101); }
H1.HeaderClassName
{
color: #A00365;
}
.AnyTagClassName
{
color: #A00365;
}
</style>
background-color css
<style>
a { background-color: #A00365; }
a { background-color: rgb(160,3,101); }
div.DivClassName
{
background-color: #A00365;
}
.BgClassName
{
background-color: #A00365;
}
</style>
border-color css
<style>
span { border-color: #A00365; }
span { border-color: rgb(160,3,101); }
td.TdClassName
{
border-color: #A00365;
}
.TagClassName
{
border-color: #A00365;
}
</style>