Shades of Eggplant #A60482
Tints of Eggplant #A60482
RGB
CMYK
RGB Variations
Color information
#A60482 (or 0xA60482) is known color: Eggplant. HEX triplet: A6, 04 and 82. RGB value is (166,4,130). Sum of RGB (Red+Green+Blue) = 166+4+130=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A60482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60482 is #59FB7D. Grayscale: #424242. Windows color (decimal): -5897086 or 8520870. OLE color: 8520870.
HSL color Cylindrical-coordinate representation of color #A60482: hue angle of 313.33º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60482 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.35 |
| HSL | 313.33º | 0.95% | 0.33% | - |
| HSV(B) | 313.33º | 0.98% | 0.65% | - |
| XYZ | 19.8 | 9.81 | 21.97 | - |
| YUV | 66.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 130 | 0 | 0.98 | 0.22 | 0.35 | 313.33 | 0.95 | 0.33 |
| Hex | A6 | 4 | 82 | 0 | 62 | 16 | 23 | 139 | 5F | 21 |
| Octal | 246 | 4 | 202 | 0 | 142 | 26 | 43 | 471 | 137 | 41 |
| Binary | 10100110 | 100 | 10000010 | 0 | 1100010 | 10110 | 100011 | 100111001 | 1011111 | 100001 |
Color Harmonies of #A60482
Complementary color
Monochromatic Colors of #A60482
Black with #A60482
Text Example
Text Example
White with #A60482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60482; }
p { color: rgb(166,4,130); }
H1.HeaderClassName
{
color: #A60482;
}
.AnyTagClassName
{
color: #A60482;
}
</style>
background-color css
<style>
a { background-color: #A60482; }
a { background-color: rgb(166,4,130); }
div.DivClassName
{
background-color: #A60482;
}
.BgClassName
{
background-color: #A60482;
}
</style>
border-color css
<style>
span { border-color: #A60482; }
span { border-color: rgb(166,4,130); }
td.TdClassName
{
border-color: #A60482;
}
.TagClassName
{
border-color: #A60482;
}
</style>