Shades of Eggplant #A3026E
Tints of Eggplant #A3026E
RGB
CMYK
RGB Variations
Color information
#A3026E (or 0xA3026E) is known color: Eggplant. HEX triplet: A3, 02 and 6E. RGB value is (163,2,110). Sum of RGB (Red+Green+Blue) = 163+2+110=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3026E is #5CFD91. Grayscale: #3E3E3E. Windows color (decimal): -6094226 or 7209635. OLE color: 7209635.
HSL color Cylindrical-coordinate representation of color #A3026E: hue angle of 319.75º 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 #A3026E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.36 |
| HSL | 319.75º | 0.98% | 0.32% | - |
| HSV(B) | 319.75º | 0.99% | 0.64% | - |
| XYZ | 17.94 | 8.96 | 15.53 | - |
| YUV | 62.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 110 | 0 | 0.99 | 0.33 | 0.36 | 319.75 | 0.98 | 0.32 |
| Hex | A3 | 2 | 6E | 0 | 63 | 21 | 24 | 140 | 62 | 20 |
| Octal | 243 | 2 | 156 | 0 | 143 | 41 | 44 | 500 | 142 | 40 |
| Binary | 10100011 | 10 | 1101110 | 0 | 1100011 | 100001 | 100100 | 101000000 | 1100010 | 100000 |
Color Harmonies of #A3026E
Complementary color
Monochromatic Colors of #A3026E
Black with #A3026E
Text Example
Text Example
White with #A3026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3026E; }
p { color: rgb(163,2,110); }
H1.HeaderClassName
{
color: #A3026E;
}
.AnyTagClassName
{
color: #A3026E;
}
</style>
background-color css
<style>
a { background-color: #A3026E; }
a { background-color: rgb(163,2,110); }
div.DivClassName
{
background-color: #A3026E;
}
.BgClassName
{
background-color: #A3026E;
}
</style>
border-color css
<style>
span { border-color: #A3026E; }
span { border-color: rgb(163,2,110); }
td.TdClassName
{
border-color: #A3026E;
}
.TagClassName
{
border-color: #A3026E;
}
</style>