Shades of Eggplant #A30476
Tints of Eggplant #A30476
RGB
CMYK
RGB Variations
Color information
#A30476 (or 0xA30476) is known color: Eggplant. HEX triplet: A3, 04 and 76. RGB value is (163,4,118). Sum of RGB (Red+Green+Blue) = 163+4+118=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30476 is #5CFB89. Grayscale: #404040. Windows color (decimal): -6093706 or 7734435. OLE color: 7734435.
HSL color Cylindrical-coordinate representation of color #A30476: hue angle of 316.98º 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 #A30476 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.36 |
| HSL | 316.98º | 0.95% | 0.33% | - |
| HSV(B) | 316.98º | 0.98% | 0.64% | - |
| XYZ | 18.42 | 9.18 | 17.94 | - |
| YUV | 64.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 118 | 0 | 0.98 | 0.28 | 0.36 | 316.98 | 0.95 | 0.33 |
| Hex | A3 | 4 | 76 | 0 | 62 | 1C | 24 | 13D | 5F | 21 |
| Octal | 243 | 4 | 166 | 0 | 142 | 34 | 44 | 475 | 137 | 41 |
| Binary | 10100011 | 100 | 1110110 | 0 | 1100010 | 11100 | 100100 | 100111101 | 1011111 | 100001 |
Color Harmonies of #A30476
Complementary color
Monochromatic Colors of #A30476
Black with #A30476
Text Example
Text Example
White with #A30476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30476; }
p { color: rgb(163,4,118); }
H1.HeaderClassName
{
color: #A30476;
}
.AnyTagClassName
{
color: #A30476;
}
</style>
background-color css
<style>
a { background-color: #A30476; }
a { background-color: rgb(163,4,118); }
div.DivClassName
{
background-color: #A30476;
}
.BgClassName
{
background-color: #A30476;
}
</style>
border-color css
<style>
span { border-color: #A30476; }
span { border-color: rgb(163,4,118); }
td.TdClassName
{
border-color: #A30476;
}
.TagClassName
{
border-color: #A30476;
}
</style>