Shades of Eggplant #A3027C
Tints of Eggplant #A3027C
RGB
CMYK
RGB Variations
Color information
#A3027C (or 0xA3027C) is known color: Eggplant. HEX triplet: A3, 02 and 7C. RGB value is (163,2,124). Sum of RGB (Red+Green+Blue) = 163+2+124=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3027C is #5CFD83. Grayscale: #3F3F3F. Windows color (decimal): -6094212 or 8127139. OLE color: 8127139.
HSL color Cylindrical-coordinate representation of color #A3027C: hue angle of 314.53º 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 #A3027C is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.36 |
| HSL | 314.53º | 0.98% | 0.32% | - |
| HSV(B) | 314.53º | 0.99% | 0.64% | - |
| XYZ | 18.76 | 9.29 | 19.87 | - |
| YUV | 64.05 | 161.84 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 124 | 0 | 0.99 | 0.24 | 0.36 | 314.53 | 0.98 | 0.32 |
| Hex | A3 | 2 | 7C | 0 | 63 | 18 | 24 | 13B | 62 | 20 |
| Octal | 243 | 2 | 174 | 0 | 143 | 30 | 44 | 473 | 142 | 40 |
| Binary | 10100011 | 10 | 1111100 | 0 | 1100011 | 11000 | 100100 | 100111011 | 1100010 | 100000 |
Color Harmonies of #A3027C
Complementary color
Monochromatic Colors of #A3027C
Black with #A3027C
Text Example
Text Example
White with #A3027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3027C; }
p { color: rgb(163,2,124); }
H1.HeaderClassName
{
color: #A3027C;
}
.AnyTagClassName
{
color: #A3027C;
}
</style>
background-color css
<style>
a { background-color: #A3027C; }
a { background-color: rgb(163,2,124); }
div.DivClassName
{
background-color: #A3027C;
}
.BgClassName
{
background-color: #A3027C;
}
</style>
border-color css
<style>
span { border-color: #A3027C; }
span { border-color: rgb(163,2,124); }
td.TdClassName
{
border-color: #A3027C;
}
.TagClassName
{
border-color: #A3027C;
}
</style>