Shades of Eggplant #A00367
Tints of Eggplant #A00367
RGB
CMYK
RGB Variations
Color information
#A00367 (or 0xA00367) is known color: Eggplant. HEX triplet: A0, 03 and 67. RGB value is (160,3,103). Sum of RGB (Red+Green+Blue) = 160+3+103=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00367 is #5FFC98. Grayscale: #3D3D3D. Windows color (decimal): -6290585 or 6751136. OLE color: 6751136.
HSL color Cylindrical-coordinate representation of color #A00367: hue angle of 321.78º 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 #A00367 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.37 |
| HSL | 321.78º | 0.96% | 0.32% | - |
| HSV(B) | 321.78º | 0.98% | 0.63% | - |
| XYZ | 16.98 | 8.52 | 13.58 | - |
| YUV | 61.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 103 | 0 | 0.98 | 0.36 | 0.37 | 321.78 | 0.96 | 0.32 |
| Hex | A0 | 3 | 67 | 0 | 62 | 24 | 25 | 142 | 60 | 20 |
| Octal | 240 | 3 | 147 | 0 | 142 | 44 | 45 | 502 | 140 | 40 |
| Binary | 10100000 | 11 | 1100111 | 0 | 1100010 | 100100 | 100101 | 101000010 | 1100000 | 100000 |
Color Harmonies of #A00367
Complementary color
Monochromatic Colors of #A00367
Black with #A00367
Text Example
Text Example
White with #A00367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00367; }
p { color: rgb(160,3,103); }
H1.HeaderClassName
{
color: #A00367;
}
.AnyTagClassName
{
color: #A00367;
}
</style>
background-color css
<style>
a { background-color: #A00367; }
a { background-color: rgb(160,3,103); }
div.DivClassName
{
background-color: #A00367;
}
.BgClassName
{
background-color: #A00367;
}
</style>
border-color css
<style>
span { border-color: #A00367; }
span { border-color: rgb(160,3,103); }
td.TdClassName
{
border-color: #A00367;
}
.TagClassName
{
border-color: #A00367;
}
</style>