Shades of Eggplant #A0067E
Tints of Eggplant #A0067E
RGB
CMYK
RGB Variations
Color information
#A0067E (or 0xA0067E) is known color: Eggplant. HEX triplet: A0, 06 and 7E. RGB value is (160,6,126). Sum of RGB (Red+Green+Blue) = 160+6+126=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0067E is #5FF981. Grayscale: #414141. Windows color (decimal): -6289794 or 8259232. OLE color: 8259232.
HSL color Cylindrical-coordinate representation of color #A0067E: hue angle of 313.25º 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 #A0067E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 126 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.37 |
| HSL | 313.25º | 0.93% | 0.33% | - |
| HSV(B) | 313.25º | 0.96% | 0.63% | - |
| XYZ | 18.33 | 9.11 | 20.53 | - |
| YUV | 65.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 126 | 0 | 0.96 | 0.21 | 0.37 | 313.25 | 0.93 | 0.33 |
| Hex | A0 | 6 | 7E | 0 | 60 | 15 | 25 | 139 | 5D | 21 |
| Octal | 240 | 6 | 176 | 0 | 140 | 25 | 45 | 471 | 135 | 41 |
| Binary | 10100000 | 110 | 1111110 | 0 | 1100000 | 10101 | 100101 | 100111001 | 1011101 | 100001 |
Color Harmonies of #A0067E
Complementary color
Monochromatic Colors of #A0067E
Black with #A0067E
Text Example
Text Example
White with #A0067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0067E; }
p { color: rgb(160,6,126); }
H1.HeaderClassName
{
color: #A0067E;
}
.AnyTagClassName
{
color: #A0067E;
}
</style>
background-color css
<style>
a { background-color: #A0067E; }
a { background-color: rgb(160,6,126); }
div.DivClassName
{
background-color: #A0067E;
}
.BgClassName
{
background-color: #A0067E;
}
</style>
border-color css
<style>
span { border-color: #A0067E; }
span { border-color: rgb(160,6,126); }
td.TdClassName
{
border-color: #A0067E;
}
.TagClassName
{
border-color: #A0067E;
}
</style>