Shades of Eggplant #A6027B
Tints of Eggplant #A6027B
RGB
CMYK
RGB Variations
Color information
#A6027B (or 0xA6027B) is known color: Eggplant. HEX triplet: A6, 02 and 7B. RGB value is (166,2,123). Sum of RGB (Red+Green+Blue) = 166+2+123=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6027B is #59FD84. Grayscale: #404040. Windows color (decimal): -5897605 or 8061606. OLE color: 8061606.
HSL color Cylindrical-coordinate representation of color #A6027B: hue angle of 315.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6027B is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.35 |
| HSL | 315.73º | 0.98% | 0.33% | - |
| HSV(B) | 315.73º | 0.99% | 0.65% | - |
| XYZ | 19.32 | 9.58 | 19.57 | - |
| YUV | 64.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 123 | 0 | 0.99 | 0.26 | 0.35 | 315.73 | 0.98 | 0.33 |
| Hex | A6 | 2 | 7B | 0 | 63 | 1A | 23 | 13C | 62 | 21 |
| Octal | 246 | 2 | 173 | 0 | 143 | 32 | 43 | 474 | 142 | 41 |
| Binary | 10100110 | 10 | 1111011 | 0 | 1100011 | 11010 | 100011 | 100111100 | 1100010 | 100001 |
Color Harmonies of #A6027B
Complementary color
Monochromatic Colors of #A6027B
Black with #A6027B
Text Example
Text Example
White with #A6027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6027B; }
p { color: rgb(166,2,123); }
H1.HeaderClassName
{
color: #A6027B;
}
.AnyTagClassName
{
color: #A6027B;
}
</style>
background-color css
<style>
a { background-color: #A6027B; }
a { background-color: rgb(166,2,123); }
div.DivClassName
{
background-color: #A6027B;
}
.BgClassName
{
background-color: #A6027B;
}
</style>
border-color css
<style>
span { border-color: #A6027B; }
span { border-color: rgb(166,2,123); }
td.TdClassName
{
border-color: #A6027B;
}
.TagClassName
{
border-color: #A6027B;
}
</style>