Shades of Eggplant #A3027B
Tints of Eggplant #A3027B
RGB
CMYK
RGB Variations
Color information
#A3027B (or 0xA3027B) is known color: Eggplant. HEX triplet: A3, 02 and 7B. RGB value is (163,2,123). Sum of RGB (Red+Green+Blue) = 163+2+123=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3027B is #5CFD84. Grayscale: #3F3F3F. Windows color (decimal): -6094213 or 8061603. OLE color: 8061603.
HSL color Cylindrical-coordinate representation of color #A3027B: hue angle of 314.91º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3027B is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.36 |
| HSL | 314.91º | 0.98% | 0.32% | - |
| HSV(B) | 314.91º | 0.99% | 0.64% | - |
| XYZ | 18.7 | 9.26 | 19.54 | - |
| YUV | 63.93 | 161.34 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 123 | 0 | 0.99 | 0.25 | 0.36 | 314.91 | 0.98 | 0.32 |
| Hex | A3 | 2 | 7B | 0 | 63 | 19 | 24 | 13B | 62 | 20 |
| Octal | 243 | 2 | 173 | 0 | 143 | 31 | 44 | 473 | 142 | 40 |
| Binary | 10100011 | 10 | 1111011 | 0 | 1100011 | 11001 | 100100 | 100111011 | 1100010 | 100000 |
Color Harmonies of #A3027B
Complementary color
Monochromatic Colors of #A3027B
Black with #A3027B
Text Example
Text Example
White with #A3027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3027B; }
p { color: rgb(163,2,123); }
H1.HeaderClassName
{
color: #A3027B;
}
.AnyTagClassName
{
color: #A3027B;
}
</style>
background-color css
<style>
a { background-color: #A3027B; }
a { background-color: rgb(163,2,123); }
div.DivClassName
{
background-color: #A3027B;
}
.BgClassName
{
background-color: #A3027B;
}
</style>
border-color css
<style>
span { border-color: #A3027B; }
span { border-color: rgb(163,2,123); }
td.TdClassName
{
border-color: #A3027B;
}
.TagClassName
{
border-color: #A3027B;
}
</style>