Shades of Eggplant #A0066F
Tints of Eggplant #A0066F
RGB
CMYK
RGB Variations
Color information
#A0066F (or 0xA0066F) is known color: Eggplant. HEX triplet: A0, 06 and 6F. RGB value is (160,6,111). Sum of RGB (Red+Green+Blue) = 160+6+111=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0066F is #5FF990. Grayscale: #3F3F3F. Windows color (decimal): -6289809 or 7276192. OLE color: 7276192.
HSL color Cylindrical-coordinate representation of color #A0066F: hue angle of 319.09º 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 #A0066F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 111 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.37 |
| HSL | 319.09º | 0.93% | 0.33% | - |
| HSV(B) | 319.09º | 0.96% | 0.63% | - |
| XYZ | 17.43 | 8.75 | 15.81 | - |
| YUV | 64.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 111 | 0 | 0.96 | 0.31 | 0.37 | 319.09 | 0.93 | 0.33 |
| Hex | A0 | 6 | 6F | 0 | 60 | 1F | 25 | 13F | 5D | 21 |
| Octal | 240 | 6 | 157 | 0 | 140 | 37 | 45 | 477 | 135 | 41 |
| Binary | 10100000 | 110 | 1101111 | 0 | 1100000 | 11111 | 100101 | 100111111 | 1011101 | 100001 |
Color Harmonies of #A0066F
Complementary color
Monochromatic Colors of #A0066F
Black with #A0066F
Text Example
Text Example
White with #A0066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0066F; }
p { color: rgb(160,6,111); }
H1.HeaderClassName
{
color: #A0066F;
}
.AnyTagClassName
{
color: #A0066F;
}
</style>
background-color css
<style>
a { background-color: #A0066F; }
a { background-color: rgb(160,6,111); }
div.DivClassName
{
background-color: #A0066F;
}
.BgClassName
{
background-color: #A0066F;
}
</style>
border-color css
<style>
span { border-color: #A0066F; }
span { border-color: rgb(160,6,111); }
td.TdClassName
{
border-color: #A0066F;
}
.TagClassName
{
border-color: #A0066F;
}
</style>