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