Shades of Eggplant #A30477
Tints of Eggplant #A30477
RGB
CMYK
RGB Variations
Color information
#A30477 (or 0xA30477) is known color: Eggplant. HEX triplet: A3, 04 and 77. RGB value is (163,4,119). Sum of RGB (Red+Green+Blue) = 163+4+119=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30477 is #5CFB88. Grayscale: #404040. Windows color (decimal): -6093705 or 7799971. OLE color: 7799971.
HSL color Cylindrical-coordinate representation of color #A30477: hue angle of 316.6º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30477 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.36 |
| HSL | 316.6º | 0.95% | 0.33% | - |
| HSV(B) | 316.6º | 0.98% | 0.64% | - |
| XYZ | 18.48 | 9.21 | 18.26 | - |
| YUV | 64.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 119 | 0 | 0.98 | 0.27 | 0.36 | 316.6 | 0.95 | 0.33 |
| Hex | A3 | 4 | 77 | 0 | 62 | 1B | 24 | 13D | 5F | 21 |
| Octal | 243 | 4 | 167 | 0 | 142 | 33 | 44 | 475 | 137 | 41 |
| Binary | 10100011 | 100 | 1110111 | 0 | 1100010 | 11011 | 100100 | 100111101 | 1011111 | 100001 |
Color Harmonies of #A30477
Complementary color
Monochromatic Colors of #A30477
Black with #A30477
Text Example
Text Example
White with #A30477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30477; }
p { color: rgb(163,4,119); }
H1.HeaderClassName
{
color: #A30477;
}
.AnyTagClassName
{
color: #A30477;
}
</style>
background-color css
<style>
a { background-color: #A30477; }
a { background-color: rgb(163,4,119); }
div.DivClassName
{
background-color: #A30477;
}
.BgClassName
{
background-color: #A30477;
}
</style>
border-color css
<style>
span { border-color: #A30477; }
span { border-color: rgb(163,4,119); }
td.TdClassName
{
border-color: #A30477;
}
.TagClassName
{
border-color: #A30477;
}
</style>