Shades of Eggplant #A30178
Tints of Eggplant #A30178
RGB
CMYK
RGB Variations
Color information
#A30178 (or 0xA30178) is known color: Eggplant. HEX triplet: A3, 01 and 78. RGB value is (163,1,120). Sum of RGB (Red+Green+Blue) = 163+1+120=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A30178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30178 is #5CFE87. Grayscale: #3E3E3E. Windows color (decimal): -6094472 or 7864739. OLE color: 7864739.
HSL color Cylindrical-coordinate representation of color #A30178: hue angle of 315.93º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30178 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.36 |
| HSL | 315.93º | 0.99% | 0.32% | - |
| HSV(B) | 315.93º | 0.99% | 0.64% | - |
| XYZ | 18.51 | 9.16 | 18.56 | - |
| YUV | 63 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 120 | 0 | 0.99 | 0.26 | 0.36 | 315.93 | 0.99 | 0.32 |
| Hex | A3 | 1 | 78 | 0 | 63 | 1A | 24 | 13C | 63 | 20 |
| Octal | 243 | 1 | 170 | 0 | 143 | 32 | 44 | 474 | 143 | 40 |
| Binary | 10100011 | 1 | 1111000 | 0 | 1100011 | 11010 | 100100 | 100111100 | 1100011 | 100000 |
Color Harmonies of #A30178
Complementary color
Monochromatic Colors of #A30178
Black with #A30178
Text Example
Text Example
White with #A30178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30178; }
p { color: rgb(163,1,120); }
H1.HeaderClassName
{
color: #A30178;
}
.AnyTagClassName
{
color: #A30178;
}
</style>
background-color css
<style>
a { background-color: #A30178; }
a { background-color: rgb(163,1,120); }
div.DivClassName
{
background-color: #A30178;
}
.BgClassName
{
background-color: #A30178;
}
</style>
border-color css
<style>
span { border-color: #A30178; }
span { border-color: rgb(163,1,120); }
td.TdClassName
{
border-color: #A30178;
}
.TagClassName
{
border-color: #A30178;
}
</style>