Shades of Eggplant #A2017E
Tints of Eggplant #A2017E
RGB
CMYK
RGB Variations
Color information
#A2017E (or 0xA2017E) is known color: Eggplant. HEX triplet: A2, 01 and 7E. RGB value is (162,1,126). Sum of RGB (Red+Green+Blue) = 162+1+126=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2017E is #5DFE81. Grayscale: #3F3F3F. Windows color (decimal): -6160002 or 8257954. OLE color: 8257954.
HSL color Cylindrical-coordinate representation of color #A2017E: hue angle of 313.42º 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 #A2017E is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.36 |
| HSL | 313.42º | 0.99% | 0.32% | - |
| HSV(B) | 313.42º | 0.99% | 0.64% | - |
| XYZ | 18.68 | 9.21 | 20.53 | - |
| YUV | 63.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 126 | 0 | 0.99 | 0.22 | 0.36 | 313.42 | 0.99 | 0.32 |
| Hex | A2 | 1 | 7E | 0 | 63 | 16 | 24 | 139 | 63 | 20 |
| Octal | 242 | 1 | 176 | 0 | 143 | 26 | 44 | 471 | 143 | 40 |
| Binary | 10100010 | 1 | 1111110 | 0 | 1100011 | 10110 | 100100 | 100111001 | 1100011 | 100000 |
Color Harmonies of #A2017E
Complementary color
Monochromatic Colors of #A2017E
Black with #A2017E
Text Example
Text Example
White with #A2017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2017E; }
p { color: rgb(162,1,126); }
H1.HeaderClassName
{
color: #A2017E;
}
.AnyTagClassName
{
color: #A2017E;
}
</style>
background-color css
<style>
a { background-color: #A2017E; }
a { background-color: rgb(162,1,126); }
div.DivClassName
{
background-color: #A2017E;
}
.BgClassName
{
background-color: #A2017E;
}
</style>
border-color css
<style>
span { border-color: #A2017E; }
span { border-color: rgb(162,1,126); }
td.TdClassName
{
border-color: #A2017E;
}
.TagClassName
{
border-color: #A2017E;
}
</style>