Shades of Eggplant #A00469
Tints of Eggplant #A00469
RGB
CMYK
RGB Variations
Color information
#A00469 (or 0xA00469) is known color: Eggplant. HEX triplet: A0, 04 and 69. RGB value is (160,4,105). Sum of RGB (Red+Green+Blue) = 160+4+105=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A00469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00469 is #5FFB96. Grayscale: #3D3D3D. Windows color (decimal): -6290327 or 6882464. OLE color: 6882464.
HSL color Cylindrical-coordinate representation of color #A00469: hue angle of 321.15º 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 #A00469 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.37 |
| HSL | 321.15º | 0.95% | 0.32% | - |
| HSV(B) | 321.15º | 0.98% | 0.63% | - |
| XYZ | 17.09 | 8.58 | 14.12 | - |
| YUV | 62.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 105 | 0 | 0.98 | 0.34 | 0.37 | 321.15 | 0.95 | 0.32 |
| Hex | A0 | 4 | 69 | 0 | 62 | 22 | 25 | 141 | 5F | 20 |
| Octal | 240 | 4 | 151 | 0 | 142 | 42 | 45 | 501 | 137 | 40 |
| Binary | 10100000 | 100 | 1101001 | 0 | 1100010 | 100010 | 100101 | 101000001 | 1011111 | 100000 |
Color Harmonies of #A00469
Complementary color
Monochromatic Colors of #A00469
Black with #A00469
Text Example
Text Example
White with #A00469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00469; }
p { color: rgb(160,4,105); }
H1.HeaderClassName
{
color: #A00469;
}
.AnyTagClassName
{
color: #A00469;
}
</style>
background-color css
<style>
a { background-color: #A00469; }
a { background-color: rgb(160,4,105); }
div.DivClassName
{
background-color: #A00469;
}
.BgClassName
{
background-color: #A00469;
}
</style>
border-color css
<style>
span { border-color: #A00469; }
span { border-color: rgb(160,4,105); }
td.TdClassName
{
border-color: #A00469;
}
.TagClassName
{
border-color: #A00469;
}
</style>