Shades of Eggplant #A10268
Tints of Eggplant #A10268
RGB
CMYK
RGB Variations
Color information
#A10268 (or 0xA10268) is known color: Eggplant. HEX triplet: A1, 02 and 68. RGB value is (161,2,104). Sum of RGB (Red+Green+Blue) = 161+2+104=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A10268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10268 is #5EFD97. Grayscale: #3C3C3C. Windows color (decimal): -6225304 or 6816417. OLE color: 6816417.
HSL color Cylindrical-coordinate representation of color #A10268: hue angle of 321.51º degrees, saturation: 0.98, 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 #A10268 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.37 |
| HSL | 321.51º | 0.98% | 0.32% | - |
| HSV(B) | 321.51º | 0.99% | 0.63% | - |
| XYZ | 17.22 | 8.62 | 13.85 | - |
| YUV | 61.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 104 | 0 | 0.99 | 0.35 | 0.37 | 321.51 | 0.98 | 0.32 |
| Hex | A1 | 2 | 68 | 0 | 63 | 23 | 25 | 142 | 62 | 20 |
| Octal | 241 | 2 | 150 | 0 | 143 | 43 | 45 | 502 | 142 | 40 |
| Binary | 10100001 | 10 | 1101000 | 0 | 1100011 | 100011 | 100101 | 101000010 | 1100010 | 100000 |
Color Harmonies of #A10268
Complementary color
Monochromatic Colors of #A10268
Black with #A10268
Text Example
Text Example
White with #A10268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10268; }
p { color: rgb(161,2,104); }
H1.HeaderClassName
{
color: #A10268;
}
.AnyTagClassName
{
color: #A10268;
}
</style>
background-color css
<style>
a { background-color: #A10268; }
a { background-color: rgb(161,2,104); }
div.DivClassName
{
background-color: #A10268;
}
.BgClassName
{
background-color: #A10268;
}
</style>
border-color css
<style>
span { border-color: #A10268; }
span { border-color: rgb(161,2,104); }
td.TdClassName
{
border-color: #A10268;
}
.TagClassName
{
border-color: #A10268;
}
</style>