Shades of Eggplant #A1026C
Tints of Eggplant #A1026C
RGB
CMYK
RGB Variations
Color information
#A1026C (or 0xA1026C) is known color: Eggplant. HEX triplet: A1, 02 and 6C. RGB value is (161,2,108). Sum of RGB (Red+Green+Blue) = 161+2+108=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1026C is #5EFD93. Grayscale: #3D3D3D. Windows color (decimal): -6225300 or 7078561. OLE color: 7078561.
HSL color Cylindrical-coordinate representation of color #A1026C: hue angle of 320º 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 #A1026C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.37 |
| HSL | 320º | 0.98% | 0.32% | - |
| HSV(B) | 320º | 0.99% | 0.63% | - |
| XYZ | 17.43 | 8.7 | 14.95 | - |
| YUV | 61.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 108 | 0 | 0.99 | 0.33 | 0.37 | 320 | 0.98 | 0.32 |
| Hex | A1 | 2 | 6C | 0 | 63 | 21 | 25 | 140 | 62 | 20 |
| Octal | 241 | 2 | 154 | 0 | 143 | 41 | 45 | 500 | 142 | 40 |
| Binary | 10100001 | 10 | 1101100 | 0 | 1100011 | 100001 | 100101 | 101000000 | 1100010 | 100000 |
Color Harmonies of #A1026C
Complementary color
Monochromatic Colors of #A1026C
Black with #A1026C
Text Example
Text Example
White with #A1026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1026C; }
p { color: rgb(161,2,108); }
H1.HeaderClassName
{
color: #A1026C;
}
.AnyTagClassName
{
color: #A1026C;
}
</style>
background-color css
<style>
a { background-color: #A1026C; }
a { background-color: rgb(161,2,108); }
div.DivClassName
{
background-color: #A1026C;
}
.BgClassName
{
background-color: #A1026C;
}
</style>
border-color css
<style>
span { border-color: #A1026C; }
span { border-color: rgb(161,2,108); }
td.TdClassName
{
border-color: #A1026C;
}
.TagClassName
{
border-color: #A1026C;
}
</style>