Shades of Eggplant #A30177
Tints of Eggplant #A30177
RGB
CMYK
RGB Variations
Color information
#A30177 (or 0xA30177) is known color: Eggplant. HEX triplet: A3, 01 and 77. RGB value is (163,1,119). Sum of RGB (Red+Green+Blue) = 163+1+119=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30177 is #5CFE88. Grayscale: #3E3E3E. Windows color (decimal): -6094473 or 7799203. OLE color: 7799203.
HSL color Cylindrical-coordinate representation of color #A30177: hue angle of 316.3º 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 #A30177 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.36 |
| HSL | 316.3º | 0.99% | 0.32% | - |
| HSV(B) | 316.3º | 0.99% | 0.64% | - |
| XYZ | 18.44 | 9.14 | 18.24 | - |
| YUV | 62.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 119 | 0 | 0.99 | 0.27 | 0.36 | 316.3 | 0.99 | 0.32 |
| Hex | A3 | 1 | 77 | 0 | 63 | 1B | 24 | 13C | 63 | 20 |
| Octal | 243 | 1 | 167 | 0 | 143 | 33 | 44 | 474 | 143 | 40 |
| Binary | 10100011 | 1 | 1110111 | 0 | 1100011 | 11011 | 100100 | 100111100 | 1100011 | 100000 |
Color Harmonies of #A30177
Complementary color
Monochromatic Colors of #A30177
Black with #A30177
Text Example
Text Example
White with #A30177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30177; }
p { color: rgb(163,1,119); }
H1.HeaderClassName
{
color: #A30177;
}
.AnyTagClassName
{
color: #A30177;
}
</style>
background-color css
<style>
a { background-color: #A30177; }
a { background-color: rgb(163,1,119); }
div.DivClassName
{
background-color: #A30177;
}
.BgClassName
{
background-color: #A30177;
}
</style>
border-color css
<style>
span { border-color: #A30177; }
span { border-color: rgb(163,1,119); }
td.TdClassName
{
border-color: #A30177;
}
.TagClassName
{
border-color: #A30177;
}
</style>