Shades of Eggplant #A3087F
Tints of Eggplant #A3087F
RGB
CMYK
RGB Variations
Color information
#A3087F (or 0xA3087F) is known color: Eggplant. HEX triplet: A3, 08 and 7F. RGB value is (163,8,127). Sum of RGB (Red+Green+Blue) = 163+8+127=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A3087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3087F is #5CF780. Grayscale: #434343. Windows color (decimal): -6092673 or 8325283. OLE color: 8325283.
HSL color Cylindrical-coordinate representation of color #A3087F: hue angle of 313.94º 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 #A3087F is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 127 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.36 |
| HSL | 313.94º | 0.91% | 0.34% | - |
| HSV(B) | 313.94º | 0.95% | 0.64% | - |
| XYZ | 19.02 | 9.49 | 20.91 | - |
| YUV | 67.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 127 | 0 | 0.95 | 0.22 | 0.36 | 313.94 | 0.91 | 0.34 |
| Hex | A3 | 8 | 7F | 0 | 5F | 16 | 24 | 13A | 5B | 22 |
| Octal | 243 | 10 | 177 | 0 | 137 | 26 | 44 | 472 | 133 | 42 |
| Binary | 10100011 | 1000 | 1111111 | 0 | 1011111 | 10110 | 100100 | 100111010 | 1011011 | 100010 |
Color Harmonies of #A3087F
Complementary color
Monochromatic Colors of #A3087F
Black with #A3087F
Text Example
Text Example
White with #A3087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3087F; }
p { color: rgb(163,8,127); }
H1.HeaderClassName
{
color: #A3087F;
}
.AnyTagClassName
{
color: #A3087F;
}
</style>
background-color css
<style>
a { background-color: #A3087F; }
a { background-color: rgb(163,8,127); }
div.DivClassName
{
background-color: #A3087F;
}
.BgClassName
{
background-color: #A3087F;
}
</style>
border-color css
<style>
span { border-color: #A3087F; }
span { border-color: rgb(163,8,127); }
td.TdClassName
{
border-color: #A3087F;
}
.TagClassName
{
border-color: #A3087F;
}
</style>