Shades of Eggplant #A00675
Tints of Eggplant #A00675
RGB
CMYK
RGB Variations
Color information
#A00675 (or 0xA00675) is known color: Eggplant. HEX triplet: A0, 06 and 75. RGB value is (160,6,117). Sum of RGB (Red+Green+Blue) = 160+6+117=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A00675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00675 is #5FF98A. Grayscale: #404040. Windows color (decimal): -6289803 or 7669408. OLE color: 7669408.
HSL color Cylindrical-coordinate representation of color #A00675: hue angle of 316.75º degrees, saturation: 0.93, 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 #A00675 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 117 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.37 |
| HSL | 316.75º | 0.93% | 0.33% | - |
| HSV(B) | 316.75º | 0.96% | 0.63% | - |
| XYZ | 17.77 | 8.89 | 17.61 | - |
| YUV | 64.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 117 | 0 | 0.96 | 0.27 | 0.37 | 316.75 | 0.93 | 0.33 |
| Hex | A0 | 6 | 75 | 0 | 60 | 1B | 25 | 13D | 5D | 21 |
| Octal | 240 | 6 | 165 | 0 | 140 | 33 | 45 | 475 | 135 | 41 |
| Binary | 10100000 | 110 | 1110101 | 0 | 1100000 | 11011 | 100101 | 100111101 | 1011101 | 100001 |
Color Harmonies of #A00675
Complementary color
Monochromatic Colors of #A00675
Black with #A00675
Text Example
Text Example
White with #A00675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00675; }
p { color: rgb(160,6,117); }
H1.HeaderClassName
{
color: #A00675;
}
.AnyTagClassName
{
color: #A00675;
}
</style>
background-color css
<style>
a { background-color: #A00675; }
a { background-color: rgb(160,6,117); }
div.DivClassName
{
background-color: #A00675;
}
.BgClassName
{
background-color: #A00675;
}
</style>
border-color css
<style>
span { border-color: #A00675; }
span { border-color: rgb(160,6,117); }
td.TdClassName
{
border-color: #A00675;
}
.TagClassName
{
border-color: #A00675;
}
</style>