Shades of Eggplant #A11274
Tints of Eggplant #A11274
RGB
CMYK
RGB Variations
Color information
#A11274 (or 0xA11274) is known color: Eggplant. HEX triplet: A1, 12 and 74. RGB value is (161,18,116). Sum of RGB (Red+Green+Blue) = 161+18+116=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A11274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11274 is #5EED8B. Grayscale: #474747. Windows color (decimal): -6221196 or 7606945. OLE color: 7606945.
HSL color Cylindrical-coordinate representation of color #A11274: hue angle of 318.88º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11274 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 116 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.37 |
| HSL | 318.88º | 0.8% | 0.35% | - |
| HSV(B) | 318.88º | 0.89% | 0.63% | - |
| XYZ | 18.07 | 9.27 | 17.36 | - |
| YUV | 71.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 116 | 0 | 0.89 | 0.28 | 0.37 | 318.88 | 0.8 | 0.35 |
| Hex | A1 | 12 | 74 | 0 | 59 | 1C | 25 | 13F | 50 | 23 |
| Octal | 241 | 22 | 164 | 0 | 131 | 34 | 45 | 477 | 120 | 43 |
| Binary | 10100001 | 10010 | 1110100 | 0 | 1011001 | 11100 | 100101 | 100111111 | 1010000 | 100011 |
Color Harmonies of #A11274
Complementary color
Monochromatic Colors of #A11274
Black with #A11274
Text Example
Text Example
White with #A11274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11274; }
p { color: rgb(161,18,116); }
H1.HeaderClassName
{
color: #A11274;
}
.AnyTagClassName
{
color: #A11274;
}
</style>
background-color css
<style>
a { background-color: #A11274; }
a { background-color: rgb(161,18,116); }
div.DivClassName
{
background-color: #A11274;
}
.BgClassName
{
background-color: #A11274;
}
</style>
border-color css
<style>
span { border-color: #A11274; }
span { border-color: rgb(161,18,116); }
td.TdClassName
{
border-color: #A11274;
}
.TagClassName
{
border-color: #A11274;
}
</style>