Shades of Eggplant #A30275
Tints of Eggplant #A30275
RGB
CMYK
RGB Variations
Color information
#A30275 (or 0xA30275) is known color: Eggplant. HEX triplet: A3, 02 and 75. RGB value is (163,2,117). Sum of RGB (Red+Green+Blue) = 163+2+117=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A30275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30275 is #5CFD8A. Grayscale: #3E3E3E. Windows color (decimal): -6094219 or 7668387. OLE color: 7668387.
HSL color Cylindrical-coordinate representation of color #A30275: hue angle of 317.14º degrees, saturation: 0.98, 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 #A30275 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.36 |
| HSL | 317.14º | 0.98% | 0.32% | - |
| HSV(B) | 317.14º | 0.99% | 0.64% | - |
| XYZ | 18.34 | 9.11 | 17.62 | - |
| YUV | 63.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 117 | 0 | 0.99 | 0.28 | 0.36 | 317.14 | 0.98 | 0.32 |
| Hex | A3 | 2 | 75 | 0 | 63 | 1C | 24 | 13D | 62 | 20 |
| Octal | 243 | 2 | 165 | 0 | 143 | 34 | 44 | 475 | 142 | 40 |
| Binary | 10100011 | 10 | 1110101 | 0 | 1100011 | 11100 | 100100 | 100111101 | 1100010 | 100000 |
Color Harmonies of #A30275
Complementary color
Monochromatic Colors of #A30275
Black with #A30275
Text Example
Text Example
White with #A30275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30275; }
p { color: rgb(163,2,117); }
H1.HeaderClassName
{
color: #A30275;
}
.AnyTagClassName
{
color: #A30275;
}
</style>
background-color css
<style>
a { background-color: #A30275; }
a { background-color: rgb(163,2,117); }
div.DivClassName
{
background-color: #A30275;
}
.BgClassName
{
background-color: #A30275;
}
</style>
border-color css
<style>
span { border-color: #A30275; }
span { border-color: rgb(163,2,117); }
td.TdClassName
{
border-color: #A30275;
}
.TagClassName
{
border-color: #A30275;
}
</style>