Shades of Eggplant #A30077
Tints of Eggplant #A30077
RGB
CMYK
RGB Variations
Color information
#A30077 (or 0xA30077) is known color: Eggplant. HEX triplet: A3, 00 and 77. RGB value is (163,0,119). Sum of RGB (Red+Green+Blue) = 163+0+119=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30077 is #5CFF88. Grayscale: #3D3D3D. Windows color (decimal): -6094729 or 7798947. OLE color: 7798947.
HSL color Cylindrical-coordinate representation of color #A30077: hue angle of 316.2º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30077 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.27 | 0.36 |
| HSL | 316.2º | 1% | 0.32% | - |
| HSV(B) | 316.2º | 1% | 0.64% | - |
| XYZ | 18.43 | 9.12 | 18.24 | - |
| YUV | 62.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 119 | 0 | 1 | 0.27 | 0.36 | 316.2 | 1 | 0.32 |
| Hex | A3 | 0 | 77 | 0 | 64 | 1B | 24 | 13C | 64 | 20 |
| Octal | 243 | 0 | 167 | 0 | 144 | 33 | 44 | 474 | 144 | 40 |
| Binary | 10100011 | 0 | 1110111 | 0 | 1100100 | 11011 | 100100 | 100111100 | 1100100 | 100000 |
Color Harmonies of #A30077
Complementary color
Monochromatic Colors of #A30077
Black with #A30077
Text Example
Text Example
White with #A30077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30077; }
p { color: rgb(163,0,119); }
H1.HeaderClassName
{
color: #A30077;
}
.AnyTagClassName
{
color: #A30077;
}
</style>
background-color css
<style>
a { background-color: #A30077; }
a { background-color: rgb(163,0,119); }
div.DivClassName
{
background-color: #A30077;
}
.BgClassName
{
background-color: #A30077;
}
</style>
border-color css
<style>
span { border-color: #A30077; }
span { border-color: rgb(163,0,119); }
td.TdClassName
{
border-color: #A30077;
}
.TagClassName
{
border-color: #A30077;
}
</style>