Shades of Eggplant #A30478
Tints of Eggplant #A30478
RGB
CMYK
RGB Variations
Color information
#A30478 (or 0xA30478) is known color: Eggplant. HEX triplet: A3, 04 and 78. RGB value is (163,4,120). Sum of RGB (Red+Green+Blue) = 163+4+120=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A30478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30478 is #5CFB87. Grayscale: #404040. Windows color (decimal): -6093704 or 7865507. OLE color: 7865507.
HSL color Cylindrical-coordinate representation of color #A30478: hue angle of 316.23º 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 #A30478 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.36 |
| HSL | 316.23º | 0.95% | 0.33% | - |
| HSV(B) | 316.23º | 0.98% | 0.64% | - |
| XYZ | 18.54 | 9.23 | 18.57 | - |
| YUV | 64.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 120 | 0 | 0.98 | 0.26 | 0.36 | 316.23 | 0.95 | 0.33 |
| Hex | A3 | 4 | 78 | 0 | 62 | 1A | 24 | 13C | 5F | 21 |
| Octal | 243 | 4 | 170 | 0 | 142 | 32 | 44 | 474 | 137 | 41 |
| Binary | 10100011 | 100 | 1111000 | 0 | 1100010 | 11010 | 100100 | 100111100 | 1011111 | 100001 |
Color Harmonies of #A30478
Complementary color
Monochromatic Colors of #A30478
Black with #A30478
Text Example
Text Example
White with #A30478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30478; }
p { color: rgb(163,4,120); }
H1.HeaderClassName
{
color: #A30478;
}
.AnyTagClassName
{
color: #A30478;
}
</style>
background-color css
<style>
a { background-color: #A30478; }
a { background-color: rgb(163,4,120); }
div.DivClassName
{
background-color: #A30478;
}
.BgClassName
{
background-color: #A30478;
}
</style>
border-color css
<style>
span { border-color: #A30478; }
span { border-color: rgb(163,4,120); }
td.TdClassName
{
border-color: #A30478;
}
.TagClassName
{
border-color: #A30478;
}
</style>