Shades of Eggplant #A10468
Tints of Eggplant #A10468
RGB
CMYK
RGB Variations
Color information
#A10468 (or 0xA10468) is known color: Eggplant. HEX triplet: A1, 04 and 68. RGB value is (161,4,104). Sum of RGB (Red+Green+Blue) = 161+4+104=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A10468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10468 is #5EFB97. Grayscale: #3E3E3E. Windows color (decimal): -6224792 or 6816929. OLE color: 6816929.
HSL color Cylindrical-coordinate representation of color #A10468: hue angle of 321.78º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10468 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.37 |
| HSL | 321.78º | 0.95% | 0.32% | - |
| HSV(B) | 321.78º | 0.98% | 0.63% | - |
| XYZ | 17.24 | 8.66 | 13.86 | - |
| YUV | 62.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 104 | 0 | 0.98 | 0.35 | 0.37 | 321.78 | 0.95 | 0.32 |
| Hex | A1 | 4 | 68 | 0 | 62 | 23 | 25 | 142 | 5F | 20 |
| Octal | 241 | 4 | 150 | 0 | 142 | 43 | 45 | 502 | 137 | 40 |
| Binary | 10100001 | 100 | 1101000 | 0 | 1100010 | 100011 | 100101 | 101000010 | 1011111 | 100000 |
Color Harmonies of #A10468
Complementary color
Monochromatic Colors of #A10468
Black with #A10468
Text Example
Text Example
White with #A10468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10468; }
p { color: rgb(161,4,104); }
H1.HeaderClassName
{
color: #A10468;
}
.AnyTagClassName
{
color: #A10468;
}
</style>
background-color css
<style>
a { background-color: #A10468; }
a { background-color: rgb(161,4,104); }
div.DivClassName
{
background-color: #A10468;
}
.BgClassName
{
background-color: #A10468;
}
</style>
border-color css
<style>
span { border-color: #A10468; }
span { border-color: rgb(161,4,104); }
td.TdClassName
{
border-color: #A10468;
}
.TagClassName
{
border-color: #A10468;
}
</style>