Shades of Eggplant #A3087E
Tints of Eggplant #A3087E
RGB
CMYK
RGB Variations
Color information
#A3087E (or 0xA3087E) is known color: Eggplant. HEX triplet: A3, 08 and 7E. RGB value is (163,8,126). Sum of RGB (Red+Green+Blue) = 163+8+126=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A3087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3087E is #5CF781. Grayscale: #434343. Windows color (decimal): -6092674 or 8259747. OLE color: 8259747.
HSL color Cylindrical-coordinate representation of color #A3087E: hue angle of 314.32º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3087E is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 126 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.36 |
| HSL | 314.32º | 0.91% | 0.34% | - |
| HSV(B) | 314.32º | 0.95% | 0.64% | - |
| XYZ | 18.96 | 9.47 | 20.57 | - |
| YUV | 67.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 126 | 0 | 0.95 | 0.23 | 0.36 | 314.32 | 0.91 | 0.34 |
| Hex | A3 | 8 | 7E | 0 | 5F | 17 | 24 | 13A | 5B | 22 |
| Octal | 243 | 10 | 176 | 0 | 137 | 27 | 44 | 472 | 133 | 42 |
| Binary | 10100011 | 1000 | 1111110 | 0 | 1011111 | 10111 | 100100 | 100111010 | 1011011 | 100010 |
Color Harmonies of #A3087E
Complementary color
Monochromatic Colors of #A3087E
Black with #A3087E
Text Example
Text Example
White with #A3087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3087E; }
p { color: rgb(163,8,126); }
H1.HeaderClassName
{
color: #A3087E;
}
.AnyTagClassName
{
color: #A3087E;
}
</style>
background-color css
<style>
a { background-color: #A3087E; }
a { background-color: rgb(163,8,126); }
div.DivClassName
{
background-color: #A3087E;
}
.BgClassName
{
background-color: #A3087E;
}
</style>
border-color css
<style>
span { border-color: #A3087E; }
span { border-color: rgb(163,8,126); }
td.TdClassName
{
border-color: #A3087E;
}
.TagClassName
{
border-color: #A3087E;
}
</style>