Shades of Eggplant #A00769
Tints of Eggplant #A00769
RGB
CMYK
RGB Variations
Color information
#A00769 (or 0xA00769) is known color: Eggplant. HEX triplet: A0, 07 and 69. RGB value is (160,7,105). Sum of RGB (Red+Green+Blue) = 160+7+105=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A00769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00769 is #5FF896. Grayscale: #3F3F3F. Windows color (decimal): -6289559 or 6883232. OLE color: 6883232.
HSL color Cylindrical-coordinate representation of color #A00769: hue angle of 321.57º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00769 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 105 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.37 |
| HSL | 321.57º | 0.92% | 0.33% | - |
| HSV(B) | 321.57º | 0.96% | 0.63% | - |
| XYZ | 17.12 | 8.65 | 14.13 | - |
| YUV | 63.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 105 | 0 | 0.96 | 0.34 | 0.37 | 321.57 | 0.92 | 0.33 |
| Hex | A0 | 7 | 69 | 0 | 60 | 22 | 25 | 142 | 5C | 21 |
| Octal | 240 | 7 | 151 | 0 | 140 | 42 | 45 | 502 | 134 | 41 |
| Binary | 10100000 | 111 | 1101001 | 0 | 1100000 | 100010 | 100101 | 101000010 | 1011100 | 100001 |
Color Harmonies of #A00769
Complementary color
Monochromatic Colors of #A00769
Black with #A00769
Text Example
Text Example
White with #A00769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00769; }
p { color: rgb(160,7,105); }
H1.HeaderClassName
{
color: #A00769;
}
.AnyTagClassName
{
color: #A00769;
}
</style>
background-color css
<style>
a { background-color: #A00769; }
a { background-color: rgb(160,7,105); }
div.DivClassName
{
background-color: #A00769;
}
.BgClassName
{
background-color: #A00769;
}
</style>
border-color css
<style>
span { border-color: #A00769; }
span { border-color: rgb(160,7,105); }
td.TdClassName
{
border-color: #A00769;
}
.TagClassName
{
border-color: #A00769;
}
</style>