Shades of Eggplant #A00467
Tints of Eggplant #A00467
RGB
CMYK
RGB Variations
Color information
#A00467 (or 0xA00467) is known color: Eggplant. HEX triplet: A0, 04 and 67. RGB value is (160,4,103). Sum of RGB (Red+Green+Blue) = 160+4+103=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A00467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00467 is #5FFB98. Grayscale: #3D3D3D. Windows color (decimal): -6290329 or 6751392. OLE color: 6751392.
HSL color Cylindrical-coordinate representation of color #A00467: hue angle of 321.92º degrees, saturation: 0.95, 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 #A00467 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.37 |
| HSL | 321.92º | 0.95% | 0.32% | - |
| HSV(B) | 321.92º | 0.98% | 0.63% | - |
| XYZ | 16.99 | 8.54 | 13.58 | - |
| YUV | 61.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 103 | 0 | 0.98 | 0.36 | 0.37 | 321.92 | 0.95 | 0.32 |
| Hex | A0 | 4 | 67 | 0 | 62 | 24 | 25 | 142 | 5F | 20 |
| Octal | 240 | 4 | 147 | 0 | 142 | 44 | 45 | 502 | 137 | 40 |
| Binary | 10100000 | 100 | 1100111 | 0 | 1100010 | 100100 | 100101 | 101000010 | 1011111 | 100000 |
Color Harmonies of #A00467
Complementary color
Monochromatic Colors of #A00467
Black with #A00467
Text Example
Text Example
White with #A00467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00467; }
p { color: rgb(160,4,103); }
H1.HeaderClassName
{
color: #A00467;
}
.AnyTagClassName
{
color: #A00467;
}
</style>
background-color css
<style>
a { background-color: #A00467; }
a { background-color: rgb(160,4,103); }
div.DivClassName
{
background-color: #A00467;
}
.BgClassName
{
background-color: #A00467;
}
</style>
border-color css
<style>
span { border-color: #A00467; }
span { border-color: rgb(160,4,103); }
td.TdClassName
{
border-color: #A00467;
}
.TagClassName
{
border-color: #A00467;
}
</style>