Shades of Eggplant #A3017E
Tints of Eggplant #A3017E
RGB
CMYK
RGB Variations
Color information
#A3017E (or 0xA3017E) is known color: Eggplant. HEX triplet: A3, 01 and 7E. RGB value is (163,1,126). Sum of RGB (Red+Green+Blue) = 163+1+126=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3017E is #5CFE81. Grayscale: #3F3F3F. Windows color (decimal): -6094466 or 8257955. OLE color: 8257955.
HSL color Cylindrical-coordinate representation of color #A3017E: hue angle of 313.7º 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 #A3017E is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.36 |
| HSL | 313.7º | 0.99% | 0.32% | - |
| HSV(B) | 313.7º | 0.99% | 0.64% | - |
| XYZ | 18.88 | 9.31 | 20.54 | - |
| YUV | 63.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 126 | 0 | 0.99 | 0.23 | 0.36 | 313.7 | 0.99 | 0.32 |
| Hex | A3 | 1 | 7E | 0 | 63 | 17 | 24 | 13A | 63 | 20 |
| Octal | 243 | 1 | 176 | 0 | 143 | 27 | 44 | 472 | 143 | 40 |
| Binary | 10100011 | 1 | 1111110 | 0 | 1100011 | 10111 | 100100 | 100111010 | 1100011 | 100000 |
Color Harmonies of #A3017E
Complementary color
Monochromatic Colors of #A3017E
Black with #A3017E
Text Example
Text Example
White with #A3017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3017E; }
p { color: rgb(163,1,126); }
H1.HeaderClassName
{
color: #A3017E;
}
.AnyTagClassName
{
color: #A3017E;
}
</style>
background-color css
<style>
a { background-color: #A3017E; }
a { background-color: rgb(163,1,126); }
div.DivClassName
{
background-color: #A3017E;
}
.BgClassName
{
background-color: #A3017E;
}
</style>
border-color css
<style>
span { border-color: #A3017E; }
span { border-color: rgb(163,1,126); }
td.TdClassName
{
border-color: #A3017E;
}
.TagClassName
{
border-color: #A3017E;
}
</style>