Shades of Eggplant #A60372
Tints of Eggplant #A60372
RGB
CMYK
RGB Variations
Color information
#A60372 (or 0xA60372) is known color: Eggplant. HEX triplet: A6, 03 and 72. RGB value is (166,3,114). Sum of RGB (Red+Green+Blue) = 166+3+114=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A60372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60372 is #59FC8D. Grayscale: #404040. Windows color (decimal): -5897358 or 7472038. OLE color: 7472038.
HSL color Cylindrical-coordinate representation of color #A60372: hue angle of 319.14º degrees, saturation: 0.96, 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 #A60372 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.35 |
| HSL | 319.14º | 0.96% | 0.33% | - |
| HSV(B) | 319.14º | 0.98% | 0.65% | - |
| XYZ | 18.8 | 9.39 | 16.74 | - |
| YUV | 64.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 114 | 0 | 0.98 | 0.31 | 0.35 | 319.14 | 0.96 | 0.33 |
| Hex | A6 | 3 | 72 | 0 | 62 | 1F | 23 | 13F | 60 | 21 |
| Octal | 246 | 3 | 162 | 0 | 142 | 37 | 43 | 477 | 140 | 41 |
| Binary | 10100110 | 11 | 1110010 | 0 | 1100010 | 11111 | 100011 | 100111111 | 1100000 | 100001 |
Color Harmonies of #A60372
Complementary color
Monochromatic Colors of #A60372
Black with #A60372
Text Example
Text Example
White with #A60372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60372; }
p { color: rgb(166,3,114); }
H1.HeaderClassName
{
color: #A60372;
}
.AnyTagClassName
{
color: #A60372;
}
</style>
background-color css
<style>
a { background-color: #A60372; }
a { background-color: rgb(166,3,114); }
div.DivClassName
{
background-color: #A60372;
}
.BgClassName
{
background-color: #A60372;
}
</style>
border-color css
<style>
span { border-color: #A60372; }
span { border-color: rgb(166,3,114); }
td.TdClassName
{
border-color: #A60372;
}
.TagClassName
{
border-color: #A60372;
}
</style>