Shades of Eggplant #AB0182
Tints of Eggplant #AB0182
RGB
CMYK
RGB Variations
Color information
#AB0182 (or 0xAB0182) is known color: Eggplant. HEX triplet: AB, 01 and 82. RGB value is (171,1,130). Sum of RGB (Red+Green+Blue) = 171+1+130=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0182 is #54FE7D. Grayscale: #424242. Windows color (decimal): -5570174 or 8520107. OLE color: 8520107.
HSL color Cylindrical-coordinate representation of color #AB0182: hue angle of 314.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0182 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.33 |
| HSL | 314.47º | 0.99% | 0.34% | - |
| HSV(B) | 314.47º | 0.99% | 0.67% | - |
| XYZ | 20.83 | 10.29 | 22.01 | - |
| YUV | 66.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 130 | 0 | 0.99 | 0.24 | 0.33 | 314.47 | 0.99 | 0.34 |
| Hex | AB | 1 | 82 | 0 | 63 | 18 | 21 | 13A | 63 | 22 |
| Octal | 253 | 1 | 202 | 0 | 143 | 30 | 41 | 472 | 143 | 42 |
| Binary | 10101011 | 1 | 10000010 | 0 | 1100011 | 11000 | 100001 | 100111010 | 1100011 | 100010 |
Color Harmonies of #AB0182
Complementary color
Monochromatic Colors of #AB0182
Black with #AB0182
Text Example
Text Example
White with #AB0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0182; }
p { color: rgb(171,1,130); }
H1.HeaderClassName
{
color: #AB0182;
}
.AnyTagClassName
{
color: #AB0182;
}
</style>
background-color css
<style>
a { background-color: #AB0182; }
a { background-color: rgb(171,1,130); }
div.DivClassName
{
background-color: #AB0182;
}
.BgClassName
{
background-color: #AB0182;
}
</style>
border-color css
<style>
span { border-color: #AB0182; }
span { border-color: rgb(171,1,130); }
td.TdClassName
{
border-color: #AB0182;
}
.TagClassName
{
border-color: #AB0182;
}
</style>