Shades of Eggplant #A40182
Tints of Eggplant #A40182
RGB
CMYK
RGB Variations
Color information
#A40182 (or 0xA40182) is known color: Eggplant. HEX triplet: A4, 01 and 82. RGB value is (164,1,130). Sum of RGB (Red+Green+Blue) = 164+1+130=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A40182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40182 is #5BFE7D. Grayscale: #404040. Windows color (decimal): -6028926 or 8520100. OLE color: 8520100.
HSL color Cylindrical-coordinate representation of color #A40182: hue angle of 312.52º 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 #A40182 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.36 |
| HSL | 312.52º | 0.99% | 0.32% | - |
| HSV(B) | 312.52º | 0.99% | 0.64% | - |
| XYZ | 19.35 | 9.53 | 21.94 | - |
| YUV | 64.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 130 | 0 | 0.99 | 0.21 | 0.36 | 312.52 | 0.99 | 0.32 |
| Hex | A4 | 1 | 82 | 0 | 63 | 15 | 24 | 139 | 63 | 20 |
| Octal | 244 | 1 | 202 | 0 | 143 | 25 | 44 | 471 | 143 | 40 |
| Binary | 10100100 | 1 | 10000010 | 0 | 1100011 | 10101 | 100100 | 100111001 | 1100011 | 100000 |
Color Harmonies of #A40182
Complementary color
Monochromatic Colors of #A40182
Black with #A40182
Text Example
Text Example
White with #A40182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40182; }
p { color: rgb(164,1,130); }
H1.HeaderClassName
{
color: #A40182;
}
.AnyTagClassName
{
color: #A40182;
}
</style>
background-color css
<style>
a { background-color: #A40182; }
a { background-color: rgb(164,1,130); }
div.DivClassName
{
background-color: #A40182;
}
.BgClassName
{
background-color: #A40182;
}
</style>
border-color css
<style>
span { border-color: #A40182; }
span { border-color: rgb(164,1,130); }
td.TdClassName
{
border-color: #A40182;
}
.TagClassName
{
border-color: #A40182;
}
</style>