Shades of Eggplant #A30F78
Tints of Eggplant #A30F78
RGB
CMYK
RGB Variations
Color information
#A30F78 (or 0xA30F78) is known color: Eggplant. HEX triplet: A3, 0F and 78. RGB value is (163,15,120). Sum of RGB (Red+Green+Blue) = 163+15+120=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F78 is #5CF087. Grayscale: #464646. Windows color (decimal): -6090888 or 7868323. OLE color: 7868323.
HSL color Cylindrical-coordinate representation of color #A30F78: hue angle of 317.43º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F78 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 120 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.36 |
| HSL | 317.43º | 0.83% | 0.35% | - |
| HSV(B) | 317.43º | 0.91% | 0.64% | - |
| XYZ | 18.67 | 9.48 | 18.62 | - |
| YUV | 71.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 120 | 0 | 0.91 | 0.26 | 0.36 | 317.43 | 0.83 | 0.35 |
| Hex | A3 | F | 78 | 0 | 5B | 1A | 24 | 13D | 53 | 23 |
| Octal | 243 | 17 | 170 | 0 | 133 | 32 | 44 | 475 | 123 | 43 |
| Binary | 10100011 | 1111 | 1111000 | 0 | 1011011 | 11010 | 100100 | 100111101 | 1010011 | 100011 |
Color Harmonies of #A30F78
Complementary color
Monochromatic Colors of #A30F78
Black with #A30F78
Text Example
Text Example
White with #A30F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F78; }
p { color: rgb(163,15,120); }
H1.HeaderClassName
{
color: #A30F78;
}
.AnyTagClassName
{
color: #A30F78;
}
</style>
background-color css
<style>
a { background-color: #A30F78; }
a { background-color: rgb(163,15,120); }
div.DivClassName
{
background-color: #A30F78;
}
.BgClassName
{
background-color: #A30F78;
}
</style>
border-color css
<style>
span { border-color: #A30F78; }
span { border-color: rgb(163,15,120); }
td.TdClassName
{
border-color: #A30F78;
}
.TagClassName
{
border-color: #A30F78;
}
</style>