Shades of Eggplant #A80375
Tints of Eggplant #A80375
RGB
CMYK
RGB Variations
Color information
#A80375 (or 0xA80375) is known color: Eggplant. HEX triplet: A8, 03 and 75. RGB value is (168,3,117). Sum of RGB (Red+Green+Blue) = 168+3+117=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A80375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80375 is #57FC8A. Grayscale: #414141. Windows color (decimal): -5766283 or 7668648. OLE color: 7668648.
HSL color Cylindrical-coordinate representation of color #A80375: hue angle of 318.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80375 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.34 |
| HSL | 318.55º | 0.96% | 0.34% | - |
| HSV(B) | 318.55º | 0.98% | 0.66% | - |
| XYZ | 19.39 | 9.67 | 17.67 | - |
| YUV | 65.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 117 | 0 | 0.98 | 0.30 | 0.34 | 318.55 | 0.96 | 0.34 |
| Hex | A8 | 3 | 75 | 0 | 62 | 1E | 22 | 13F | 60 | 22 |
| Octal | 250 | 3 | 165 | 0 | 142 | 36 | 42 | 477 | 140 | 42 |
| Binary | 10101000 | 11 | 1110101 | 0 | 1100010 | 11110 | 100010 | 100111111 | 1100000 | 100010 |
Color Harmonies of #A80375
Complementary color
Monochromatic Colors of #A80375
Black with #A80375
Text Example
Text Example
White with #A80375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80375; }
p { color: rgb(168,3,117); }
H1.HeaderClassName
{
color: #A80375;
}
.AnyTagClassName
{
color: #A80375;
}
</style>
background-color css
<style>
a { background-color: #A80375; }
a { background-color: rgb(168,3,117); }
div.DivClassName
{
background-color: #A80375;
}
.BgClassName
{
background-color: #A80375;
}
</style>
border-color css
<style>
span { border-color: #A80375; }
span { border-color: rgb(168,3,117); }
td.TdClassName
{
border-color: #A80375;
}
.TagClassName
{
border-color: #A80375;
}
</style>