Shades of Eggplant #A30F77
Tints of Eggplant #A30F77
RGB
CMYK
RGB Variations
Color information
#A30F77 (or 0xA30F77) is known color: Eggplant. HEX triplet: A3, 0F and 77. RGB value is (163,15,119). Sum of RGB (Red+Green+Blue) = 163+15+119=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F77 is #5CF088. Grayscale: #464646. Windows color (decimal): -6090889 or 7802787. OLE color: 7802787.
HSL color Cylindrical-coordinate representation of color #A30F77: hue angle of 317.84º 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 #A30F77 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 119 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.36 |
| HSL | 317.84º | 0.83% | 0.35% | - |
| HSV(B) | 317.84º | 0.91% | 0.64% | - |
| XYZ | 18.6 | 9.46 | 18.3 | - |
| YUV | 71.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 119 | 0 | 0.91 | 0.27 | 0.36 | 317.84 | 0.83 | 0.35 |
| Hex | A3 | F | 77 | 0 | 5B | 1B | 24 | 13E | 53 | 23 |
| Octal | 243 | 17 | 167 | 0 | 133 | 33 | 44 | 476 | 123 | 43 |
| Binary | 10100011 | 1111 | 1110111 | 0 | 1011011 | 11011 | 100100 | 100111110 | 1010011 | 100011 |
Color Harmonies of #A30F77
Complementary color
Monochromatic Colors of #A30F77
Black with #A30F77
Text Example
Text Example
White with #A30F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F77; }
p { color: rgb(163,15,119); }
H1.HeaderClassName
{
color: #A30F77;
}
.AnyTagClassName
{
color: #A30F77;
}
</style>
background-color css
<style>
a { background-color: #A30F77; }
a { background-color: rgb(163,15,119); }
div.DivClassName
{
background-color: #A30F77;
}
.BgClassName
{
background-color: #A30F77;
}
</style>
border-color css
<style>
span { border-color: #A30F77; }
span { border-color: rgb(163,15,119); }
td.TdClassName
{
border-color: #A30F77;
}
.TagClassName
{
border-color: #A30F77;
}
</style>