Shades of Eggplant #A10168
Tints of Eggplant #A10168
RGB
CMYK
RGB Variations
Color information
#A10168 (or 0xA10168) is known color: Eggplant. HEX triplet: A1, 01 and 68. RGB value is (161,1,104). Sum of RGB (Red+Green+Blue) = 161+1+104=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A10168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10168 is #5EFE97. Grayscale: #3C3C3C. Windows color (decimal): -6225560 or 6816161. OLE color: 6816161.
HSL color Cylindrical-coordinate representation of color #A10168: hue angle of 321.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10168 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.37 |
| HSL | 321.38º | 0.99% | 0.32% | - |
| HSV(B) | 321.38º | 0.99% | 0.63% | - |
| XYZ | 17.21 | 8.6 | 13.85 | - |
| YUV | 60.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 104 | 0 | 0.99 | 0.35 | 0.37 | 321.38 | 0.99 | 0.32 |
| Hex | A1 | 1 | 68 | 0 | 63 | 23 | 25 | 141 | 63 | 20 |
| Octal | 241 | 1 | 150 | 0 | 143 | 43 | 45 | 501 | 143 | 40 |
| Binary | 10100001 | 1 | 1101000 | 0 | 1100011 | 100011 | 100101 | 101000001 | 1100011 | 100000 |
Color Harmonies of #A10168
Complementary color
Monochromatic Colors of #A10168
Black with #A10168
Text Example
Text Example
White with #A10168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10168; }
p { color: rgb(161,1,104); }
H1.HeaderClassName
{
color: #A10168;
}
.AnyTagClassName
{
color: #A10168;
}
</style>
background-color css
<style>
a { background-color: #A10168; }
a { background-color: rgb(161,1,104); }
div.DivClassName
{
background-color: #A10168;
}
.BgClassName
{
background-color: #A10168;
}
</style>
border-color css
<style>
span { border-color: #A10168; }
span { border-color: rgb(161,1,104); }
td.TdClassName
{
border-color: #A10168;
}
.TagClassName
{
border-color: #A10168;
}
</style>