Shades of Eggplant #A30375
Tints of Eggplant #A30375
RGB
CMYK
RGB Variations
Color information
#A30375 (or 0xA30375) is known color: Eggplant. HEX triplet: A3, 03 and 75. RGB value is (163,3,117). Sum of RGB (Red+Green+Blue) = 163+3+117=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30375 is #5CFC8A. Grayscale: #3F3F3F. Windows color (decimal): -6093963 or 7668643. OLE color: 7668643.
HSL color Cylindrical-coordinate representation of color #A30375: hue angle of 317.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30375 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.36 |
| HSL | 317.25º | 0.96% | 0.33% | - |
| HSV(B) | 317.25º | 0.98% | 0.64% | - |
| XYZ | 18.35 | 9.14 | 17.63 | - |
| YUV | 63.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 117 | 0 | 0.98 | 0.28 | 0.36 | 317.25 | 0.96 | 0.33 |
| Hex | A3 | 3 | 75 | 0 | 62 | 1C | 24 | 13D | 60 | 21 |
| Octal | 243 | 3 | 165 | 0 | 142 | 34 | 44 | 475 | 140 | 41 |
| Binary | 10100011 | 11 | 1110101 | 0 | 1100010 | 11100 | 100100 | 100111101 | 1100000 | 100001 |
Color Harmonies of #A30375
Complementary color
Monochromatic Colors of #A30375
Black with #A30375
Text Example
Text Example
White with #A30375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30375; }
p { color: rgb(163,3,117); }
H1.HeaderClassName
{
color: #A30375;
}
.AnyTagClassName
{
color: #A30375;
}
</style>
background-color css
<style>
a { background-color: #A30375; }
a { background-color: rgb(163,3,117); }
div.DivClassName
{
background-color: #A30375;
}
.BgClassName
{
background-color: #A30375;
}
</style>
border-color css
<style>
span { border-color: #A30375; }
span { border-color: rgb(163,3,117); }
td.TdClassName
{
border-color: #A30375;
}
.TagClassName
{
border-color: #A30375;
}
</style>