Shades of Eggplant #A3087A
Tints of Eggplant #A3087A
RGB
CMYK
RGB Variations
Color information
#A3087A (or 0xA3087A) is known color: Eggplant. HEX triplet: A3, 08 and 7A. RGB value is (163,8,122). Sum of RGB (Red+Green+Blue) = 163+8+122=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3087A is #5CF785. Grayscale: #434343. Windows color (decimal): -6092678 or 7997603. OLE color: 7997603.
HSL color Cylindrical-coordinate representation of color #A3087A: hue angle of 315.87º 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 #A3087A is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 122 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.36 |
| HSL | 315.87º | 0.91% | 0.34% | - |
| HSV(B) | 315.87º | 0.95% | 0.64% | - |
| XYZ | 18.7 | 9.37 | 19.23 | - |
| YUV | 67.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 122 | 0 | 0.95 | 0.25 | 0.36 | 315.87 | 0.91 | 0.34 |
| Hex | A3 | 8 | 7A | 0 | 5F | 19 | 24 | 13C | 5B | 22 |
| Octal | 243 | 10 | 172 | 0 | 137 | 31 | 44 | 474 | 133 | 42 |
| Binary | 10100011 | 1000 | 1111010 | 0 | 1011111 | 11001 | 100100 | 100111100 | 1011011 | 100010 |
Color Harmonies of #A3087A
Complementary color
Monochromatic Colors of #A3087A
Black with #A3087A
Text Example
Text Example
White with #A3087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3087A; }
p { color: rgb(163,8,122); }
H1.HeaderClassName
{
color: #A3087A;
}
.AnyTagClassName
{
color: #A3087A;
}
</style>
background-color css
<style>
a { background-color: #A3087A; }
a { background-color: rgb(163,8,122); }
div.DivClassName
{
background-color: #A3087A;
}
.BgClassName
{
background-color: #A3087A;
}
</style>
border-color css
<style>
span { border-color: #A3087A; }
span { border-color: rgb(163,8,122); }
td.TdClassName
{
border-color: #A3087A;
}
.TagClassName
{
border-color: #A3087A;
}
</style>