Shades of Eggplant #A8027E
Tints of Eggplant #A8027E
RGB
CMYK
RGB Variations
Color information
#A8027E (or 0xA8027E) is known color: Eggplant. HEX triplet: A8, 02 and 7E. RGB value is (168,2,126). Sum of RGB (Red+Green+Blue) = 168+2+126=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8027E is #57FD81. Grayscale: #414141. Windows color (decimal): -5766530 or 8258216. OLE color: 8258216.
HSL color Cylindrical-coordinate representation of color #A8027E: hue angle of 315.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8027E is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.34 |
| HSL | 315.18º | 0.98% | 0.33% | - |
| HSV(B) | 315.18º | 0.99% | 0.66% | - |
| XYZ | 19.94 | 9.87 | 20.59 | - |
| YUV | 65.77 | 162 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 126 | 0 | 0.99 | 0.25 | 0.34 | 315.18 | 0.98 | 0.33 |
| Hex | A8 | 2 | 7E | 0 | 63 | 19 | 22 | 13B | 62 | 21 |
| Octal | 250 | 2 | 176 | 0 | 143 | 31 | 42 | 473 | 142 | 41 |
| Binary | 10101000 | 10 | 1111110 | 0 | 1100011 | 11001 | 100010 | 100111011 | 1100010 | 100001 |
Color Harmonies of #A8027E
Complementary color
Monochromatic Colors of #A8027E
Black with #A8027E
Text Example
Text Example
White with #A8027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8027E; }
p { color: rgb(168,2,126); }
H1.HeaderClassName
{
color: #A8027E;
}
.AnyTagClassName
{
color: #A8027E;
}
</style>
background-color css
<style>
a { background-color: #A8027E; }
a { background-color: rgb(168,2,126); }
div.DivClassName
{
background-color: #A8027E;
}
.BgClassName
{
background-color: #A8027E;
}
</style>
border-color css
<style>
span { border-color: #A8027E; }
span { border-color: rgb(168,2,126); }
td.TdClassName
{
border-color: #A8027E;
}
.TagClassName
{
border-color: #A8027E;
}
</style>