Shades of Eggplant #A3077C
Tints of Eggplant #A3077C
RGB
CMYK
RGB Variations
Color information
#A3077C (or 0xA3077C) is known color: Eggplant. HEX triplet: A3, 07 and 7C. RGB value is (163,7,124). Sum of RGB (Red+Green+Blue) = 163+7+124=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3077C is #5CF883. Grayscale: #424242. Windows color (decimal): -6092932 or 8128419. OLE color: 8128419.
HSL color Cylindrical-coordinate representation of color #A3077C: hue angle of 315º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3077C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.36 |
| HSL | 315º | 0.92% | 0.33% | - |
| HSV(B) | 315º | 0.96% | 0.64% | - |
| XYZ | 18.82 | 9.39 | 19.89 | - |
| YUV | 66.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 124 | 0 | 0.96 | 0.24 | 0.36 | 315 | 0.92 | 0.33 |
| Hex | A3 | 7 | 7C | 0 | 60 | 18 | 24 | 13B | 5C | 21 |
| Octal | 243 | 7 | 174 | 0 | 140 | 30 | 44 | 473 | 134 | 41 |
| Binary | 10100011 | 111 | 1111100 | 0 | 1100000 | 11000 | 100100 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A3077C
Complementary color
Monochromatic Colors of #A3077C
Black with #A3077C
Text Example
Text Example
White with #A3077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3077C; }
p { color: rgb(163,7,124); }
H1.HeaderClassName
{
color: #A3077C;
}
.AnyTagClassName
{
color: #A3077C;
}
</style>
background-color css
<style>
a { background-color: #A3077C; }
a { background-color: rgb(163,7,124); }
div.DivClassName
{
background-color: #A3077C;
}
.BgClassName
{
background-color: #A3077C;
}
</style>
border-color css
<style>
span { border-color: #A3077C; }
span { border-color: rgb(163,7,124); }
td.TdClassName
{
border-color: #A3077C;
}
.TagClassName
{
border-color: #A3077C;
}
</style>