Shades of Eggplant #A0017B
Tints of Eggplant #A0017B
RGB
CMYK
RGB Variations
Color information
#A0017B (or 0xA0017B) is known color: Eggplant. HEX triplet: A0, 01 and 7B. RGB value is (160,1,123). Sum of RGB (Red+Green+Blue) = 160+1+123=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0017B is #5FFE84. Grayscale: #3E3E3E. Windows color (decimal): -6291077 or 8061344. OLE color: 8061344.
HSL color Cylindrical-coordinate representation of color #A0017B: hue angle of 313.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0017B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.37 |
| HSL | 313.96º | 0.99% | 0.32% | - |
| HSV(B) | 313.96º | 0.99% | 0.63% | - |
| XYZ | 18.08 | 8.93 | 19.51 | - |
| YUV | 62.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 123 | 0 | 0.99 | 0.23 | 0.37 | 313.96 | 0.99 | 0.32 |
| Hex | A0 | 1 | 7B | 0 | 63 | 17 | 25 | 13A | 63 | 20 |
| Octal | 240 | 1 | 173 | 0 | 143 | 27 | 45 | 472 | 143 | 40 |
| Binary | 10100000 | 1 | 1111011 | 0 | 1100011 | 10111 | 100101 | 100111010 | 1100011 | 100000 |
Color Harmonies of #A0017B
Complementary color
Monochromatic Colors of #A0017B
Black with #A0017B
Text Example
Text Example
White with #A0017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0017B; }
p { color: rgb(160,1,123); }
H1.HeaderClassName
{
color: #A0017B;
}
.AnyTagClassName
{
color: #A0017B;
}
</style>
background-color css
<style>
a { background-color: #A0017B; }
a { background-color: rgb(160,1,123); }
div.DivClassName
{
background-color: #A0017B;
}
.BgClassName
{
background-color: #A0017B;
}
</style>
border-color css
<style>
span { border-color: #A0017B; }
span { border-color: rgb(160,1,123); }
td.TdClassName
{
border-color: #A0017B;
}
.TagClassName
{
border-color: #A0017B;
}
</style>