Shades of Eggplant #A30377
Tints of Eggplant #A30377
RGB
CMYK
RGB Variations
Color information
#A30377 (or 0xA30377) is known color: Eggplant. HEX triplet: A3, 03 and 77. RGB value is (163,3,119). Sum of RGB (Red+Green+Blue) = 163+3+119=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30377 is #5CFC88. Grayscale: #3F3F3F. Windows color (decimal): -6093961 or 7799715. OLE color: 7799715.
HSL color Cylindrical-coordinate representation of color #A30377: hue angle of 316.5º degrees, saturation: 0.96, 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 #A30377 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.36 |
| HSL | 316.5º | 0.96% | 0.33% | - |
| HSV(B) | 316.5º | 0.98% | 0.64% | - |
| XYZ | 18.47 | 9.18 | 18.25 | - |
| YUV | 64.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 119 | 0 | 0.98 | 0.27 | 0.36 | 316.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 77 | 0 | 62 | 1B | 24 | 13C | 60 | 21 |
| Octal | 243 | 3 | 167 | 0 | 142 | 33 | 44 | 474 | 140 | 41 |
| Binary | 10100011 | 11 | 1110111 | 0 | 1100010 | 11011 | 100100 | 100111100 | 1100000 | 100001 |
Color Harmonies of #A30377
Complementary color
Monochromatic Colors of #A30377
Black with #A30377
Text Example
Text Example
White with #A30377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30377; }
p { color: rgb(163,3,119); }
H1.HeaderClassName
{
color: #A30377;
}
.AnyTagClassName
{
color: #A30377;
}
</style>
background-color css
<style>
a { background-color: #A30377; }
a { background-color: rgb(163,3,119); }
div.DivClassName
{
background-color: #A30377;
}
.BgClassName
{
background-color: #A30377;
}
</style>
border-color css
<style>
span { border-color: #A30377; }
span { border-color: rgb(163,3,119); }
td.TdClassName
{
border-color: #A30377;
}
.TagClassName
{
border-color: #A30377;
}
</style>