Shades of Eggplant #A3077D
Tints of Eggplant #A3077D
RGB
CMYK
RGB Variations
Color information
#A3077D (or 0xA3077D) is known color: Eggplant. HEX triplet: A3, 07 and 7D. RGB value is (163,7,125). Sum of RGB (Red+Green+Blue) = 163+7+125=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3077D is #5CF882. Grayscale: #424242. Windows color (decimal): -6092931 or 8193955. OLE color: 8193955.
HSL color Cylindrical-coordinate representation of color #A3077D: hue angle of 314.62º 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 #A3077D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.36 |
| HSL | 314.62º | 0.92% | 0.33% | - |
| HSV(B) | 314.62º | 0.96% | 0.64% | - |
| XYZ | 18.88 | 9.42 | 20.22 | - |
| YUV | 67.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 125 | 0 | 0.96 | 0.23 | 0.36 | 314.62 | 0.92 | 0.33 |
| Hex | A3 | 7 | 7D | 0 | 60 | 17 | 24 | 13B | 5C | 21 |
| Octal | 243 | 7 | 175 | 0 | 140 | 27 | 44 | 473 | 134 | 41 |
| Binary | 10100011 | 111 | 1111101 | 0 | 1100000 | 10111 | 100100 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A3077D
Complementary color
Monochromatic Colors of #A3077D
Black with #A3077D
Text Example
Text Example
White with #A3077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3077D; }
p { color: rgb(163,7,125); }
H1.HeaderClassName
{
color: #A3077D;
}
.AnyTagClassName
{
color: #A3077D;
}
</style>
background-color css
<style>
a { background-color: #A3077D; }
a { background-color: rgb(163,7,125); }
div.DivClassName
{
background-color: #A3077D;
}
.BgClassName
{
background-color: #A3077D;
}
</style>
border-color css
<style>
span { border-color: #A3077D; }
span { border-color: rgb(163,7,125); }
td.TdClassName
{
border-color: #A3077D;
}
.TagClassName
{
border-color: #A3077D;
}
</style>