Shades of Eggplant #A8046B
Tints of Eggplant #A8046B
RGB
CMYK
RGB Variations
Color information
#A8046B (or 0xA8046B) is known color: Eggplant. HEX triplet: A8, 04 and 6B. RGB value is (168,4,107). Sum of RGB (Red+Green+Blue) = 168+4+107=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8046B is #57FB94. Grayscale: #404040. Windows color (decimal): -5766037 or 7013544. OLE color: 7013544.
HSL color Cylindrical-coordinate representation of color #A8046B: hue angle of 322.32º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8046B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.34 |
| HSL | 322.32º | 0.95% | 0.34% | - |
| HSV(B) | 322.32º | 0.98% | 0.66% | - |
| XYZ | 18.85 | 9.47 | 14.75 | - |
| YUV | 64.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 107 | 0 | 0.98 | 0.36 | 0.34 | 322.32 | 0.95 | 0.34 |
| Hex | A8 | 4 | 6B | 0 | 62 | 24 | 22 | 142 | 5F | 22 |
| Octal | 250 | 4 | 153 | 0 | 142 | 44 | 42 | 502 | 137 | 42 |
| Binary | 10101000 | 100 | 1101011 | 0 | 1100010 | 100100 | 100010 | 101000010 | 1011111 | 100010 |
Color Harmonies of #A8046B
Complementary color
Monochromatic Colors of #A8046B
Black with #A8046B
Text Example
Text Example
White with #A8046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8046B; }
p { color: rgb(168,4,107); }
H1.HeaderClassName
{
color: #A8046B;
}
.AnyTagClassName
{
color: #A8046B;
}
</style>
background-color css
<style>
a { background-color: #A8046B; }
a { background-color: rgb(168,4,107); }
div.DivClassName
{
background-color: #A8046B;
}
.BgClassName
{
background-color: #A8046B;
}
</style>
border-color css
<style>
span { border-color: #A8046B; }
span { border-color: rgb(168,4,107); }
td.TdClassName
{
border-color: #A8046B;
}
.TagClassName
{
border-color: #A8046B;
}
</style>