Shades of Eggplant #A00268
Tints of Eggplant #A00268
RGB
CMYK
RGB Variations
Color information
#A00268 (or 0xA00268) is known color: Eggplant. HEX triplet: A0, 02 and 68. RGB value is (160,2,104). Sum of RGB (Red+Green+Blue) = 160+2+104=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00268 is #5FFD97. Grayscale: #3C3C3C. Windows color (decimal): -6290840 or 6816416. OLE color: 6816416.
HSL color Cylindrical-coordinate representation of color #A00268: hue angle of 321.27º degrees, saturation: 0.98, 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 #A00268 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.37 |
| HSL | 321.27º | 0.98% | 0.32% | - |
| HSV(B) | 321.27º | 0.99% | 0.63% | - |
| XYZ | 17.02 | 8.52 | 13.84 | - |
| YUV | 60.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 104 | 0 | 0.99 | 0.35 | 0.37 | 321.27 | 0.98 | 0.32 |
| Hex | A0 | 2 | 68 | 0 | 63 | 23 | 25 | 141 | 62 | 20 |
| Octal | 240 | 2 | 150 | 0 | 143 | 43 | 45 | 501 | 142 | 40 |
| Binary | 10100000 | 10 | 1101000 | 0 | 1100011 | 100011 | 100101 | 101000001 | 1100010 | 100000 |
Color Harmonies of #A00268
Complementary color
Monochromatic Colors of #A00268
Black with #A00268
Text Example
Text Example
White with #A00268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00268; }
p { color: rgb(160,2,104); }
H1.HeaderClassName
{
color: #A00268;
}
.AnyTagClassName
{
color: #A00268;
}
</style>
background-color css
<style>
a { background-color: #A00268; }
a { background-color: rgb(160,2,104); }
div.DivClassName
{
background-color: #A00268;
}
.BgClassName
{
background-color: #A00268;
}
</style>
border-color css
<style>
span { border-color: #A00268; }
span { border-color: rgb(160,2,104); }
td.TdClassName
{
border-color: #A00268;
}
.TagClassName
{
border-color: #A00268;
}
</style>