Shades of Eggplant #A3026B
Tints of Eggplant #A3026B
RGB
CMYK
RGB Variations
Color information
#A3026B (or 0xA3026B) is known color: Eggplant. HEX triplet: A3, 02 and 6B. RGB value is (163,2,107). Sum of RGB (Red+Green+Blue) = 163+2+107=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3026B is #5CFD94. Grayscale: #3D3D3D. Windows color (decimal): -6094229 or 7013027. OLE color: 7013027.
HSL color Cylindrical-coordinate representation of color #A3026B: hue angle of 320.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3026B is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.36 |
| HSL | 320.87º | 0.98% | 0.32% | - |
| HSV(B) | 320.87º | 0.99% | 0.64% | - |
| XYZ | 17.78 | 8.89 | 14.69 | - |
| YUV | 62.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 107 | 0 | 0.99 | 0.34 | 0.36 | 320.87 | 0.98 | 0.32 |
| Hex | A3 | 2 | 6B | 0 | 63 | 22 | 24 | 141 | 62 | 20 |
| Octal | 243 | 2 | 153 | 0 | 143 | 42 | 44 | 501 | 142 | 40 |
| Binary | 10100011 | 10 | 1101011 | 0 | 1100011 | 100010 | 100100 | 101000001 | 1100010 | 100000 |
Color Harmonies of #A3026B
Complementary color
Monochromatic Colors of #A3026B
Black with #A3026B
Text Example
Text Example
White with #A3026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3026B; }
p { color: rgb(163,2,107); }
H1.HeaderClassName
{
color: #A3026B;
}
.AnyTagClassName
{
color: #A3026B;
}
</style>
background-color css
<style>
a { background-color: #A3026B; }
a { background-color: rgb(163,2,107); }
div.DivClassName
{
background-color: #A3026B;
}
.BgClassName
{
background-color: #A3026B;
}
</style>
border-color css
<style>
span { border-color: #A3026B; }
span { border-color: rgb(163,2,107); }
td.TdClassName
{
border-color: #A3026B;
}
.TagClassName
{
border-color: #A3026B;
}
</style>