Shades of Eggplant #A1026B
Tints of Eggplant #A1026B
RGB
CMYK
RGB Variations
Color information
#A1026B (or 0xA1026B) is known color: Eggplant. HEX triplet: A1, 02 and 6B. RGB value is (161,2,107). Sum of RGB (Red+Green+Blue) = 161+2+107=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1026B is #5EFD94. Grayscale: #3D3D3D. Windows color (decimal): -6225301 or 7013025. OLE color: 7013025.
HSL color Cylindrical-coordinate representation of color #A1026B: hue angle of 320.38º 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 #A1026B is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.37 |
| HSL | 320.38º | 0.98% | 0.32% | - |
| HSV(B) | 320.38º | 0.99% | 0.63% | - |
| XYZ | 17.37 | 8.68 | 14.67 | - |
| YUV | 61.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 107 | 0 | 0.99 | 0.34 | 0.37 | 320.38 | 0.98 | 0.32 |
| Hex | A1 | 2 | 6B | 0 | 63 | 22 | 25 | 140 | 62 | 20 |
| Octal | 241 | 2 | 153 | 0 | 143 | 42 | 45 | 500 | 142 | 40 |
| Binary | 10100001 | 10 | 1101011 | 0 | 1100011 | 100010 | 100101 | 101000000 | 1100010 | 100000 |
Color Harmonies of #A1026B
Complementary color
Monochromatic Colors of #A1026B
Black with #A1026B
Text Example
Text Example
White with #A1026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1026B; }
p { color: rgb(161,2,107); }
H1.HeaderClassName
{
color: #A1026B;
}
.AnyTagClassName
{
color: #A1026B;
}
</style>
background-color css
<style>
a { background-color: #A1026B; }
a { background-color: rgb(161,2,107); }
div.DivClassName
{
background-color: #A1026B;
}
.BgClassName
{
background-color: #A1026B;
}
</style>
border-color css
<style>
span { border-color: #A1026B; }
span { border-color: rgb(161,2,107); }
td.TdClassName
{
border-color: #A1026B;
}
.TagClassName
{
border-color: #A1026B;
}
</style>