Shades of Eggplant #A30F81
Tints of Eggplant #A30F81
RGB
CMYK
RGB Variations
Color information
#A30F81 (or 0xA30F81) is known color: Eggplant. HEX triplet: A3, 0F and 81. RGB value is (163,15,129). Sum of RGB (Red+Green+Blue) = 163+15+129=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F81 is #5CF07E. Grayscale: #474747. Windows color (decimal): -6090879 or 8458147. OLE color: 8458147.
HSL color Cylindrical-coordinate representation of color #A30F81: hue angle of 313.78º 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 #A30F81 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 129 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.36 |
| HSL | 313.78º | 0.83% | 0.35% | - |
| HSV(B) | 313.78º | 0.91% | 0.64% | - |
| XYZ | 19.24 | 9.71 | 21.63 | - |
| YUV | 72.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 129 | 0 | 0.91 | 0.21 | 0.36 | 313.78 | 0.83 | 0.35 |
| Hex | A3 | F | 81 | 0 | 5B | 15 | 24 | 13A | 53 | 23 |
| Octal | 243 | 17 | 201 | 0 | 133 | 25 | 44 | 472 | 123 | 43 |
| Binary | 10100011 | 1111 | 10000001 | 0 | 1011011 | 10101 | 100100 | 100111010 | 1010011 | 100011 |
Color Harmonies of #A30F81
Complementary color
Monochromatic Colors of #A30F81
Black with #A30F81
Text Example
Text Example
White with #A30F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F81; }
p { color: rgb(163,15,129); }
H1.HeaderClassName
{
color: #A30F81;
}
.AnyTagClassName
{
color: #A30F81;
}
</style>
background-color css
<style>
a { background-color: #A30F81; }
a { background-color: rgb(163,15,129); }
div.DivClassName
{
background-color: #A30F81;
}
.BgClassName
{
background-color: #A30F81;
}
</style>
border-color css
<style>
span { border-color: #A30F81; }
span { border-color: rgb(163,15,129); }
td.TdClassName
{
border-color: #A30F81;
}
.TagClassName
{
border-color: #A30F81;
}
</style>