Shades of Eggplant #A30975
Tints of Eggplant #A30975
RGB
CMYK
RGB Variations
Color information
#A30975 (or 0xA30975) is known color: Eggplant. HEX triplet: A3, 09 and 75. RGB value is (163,9,117). Sum of RGB (Red+Green+Blue) = 163+9+117=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A30975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30975 is #5CF68A. Grayscale: #434343. Windows color (decimal): -6092427 or 7670179. OLE color: 7670179.
HSL color Cylindrical-coordinate representation of color #A30975: hue angle of 317.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30975 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.36 |
| HSL | 317.92º | 0.9% | 0.34% | - |
| HSV(B) | 317.92º | 0.94% | 0.64% | - |
| XYZ | 18.41 | 9.27 | 17.65 | - |
| YUV | 67.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 117 | 0 | 0.94 | 0.28 | 0.36 | 317.92 | 0.9 | 0.34 |
| Hex | A3 | 9 | 75 | 0 | 5E | 1C | 24 | 13E | 5A | 22 |
| Octal | 243 | 11 | 165 | 0 | 136 | 34 | 44 | 476 | 132 | 42 |
| Binary | 10100011 | 1001 | 1110101 | 0 | 1011110 | 11100 | 100100 | 100111110 | 1011010 | 100010 |
Color Harmonies of #A30975
Complementary color
Monochromatic Colors of #A30975
Black with #A30975
Text Example
Text Example
White with #A30975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30975; }
p { color: rgb(163,9,117); }
H1.HeaderClassName
{
color: #A30975;
}
.AnyTagClassName
{
color: #A30975;
}
</style>
background-color css
<style>
a { background-color: #A30975; }
a { background-color: rgb(163,9,117); }
div.DivClassName
{
background-color: #A30975;
}
.BgClassName
{
background-color: #A30975;
}
</style>
border-color css
<style>
span { border-color: #A30975; }
span { border-color: rgb(163,9,117); }
td.TdClassName
{
border-color: #A30975;
}
.TagClassName
{
border-color: #A30975;
}
</style>