Shades of Eggplant #A5087E
Tints of Eggplant #A5087E
RGB
CMYK
RGB Variations
Color information
#A5087E (or 0xA5087E) is known color: Eggplant. HEX triplet: A5, 08 and 7E. RGB value is (165,8,126). Sum of RGB (Red+Green+Blue) = 165+8+126=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A5087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5087E is #5AF781. Grayscale: #444444. Windows color (decimal): -5961602 or 8259749. OLE color: 8259749.
HSL color Cylindrical-coordinate representation of color #A5087E: hue angle of 314.9º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5087E is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 126 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.35 |
| HSL | 314.9º | 0.91% | 0.34% | - |
| HSV(B) | 314.9º | 0.95% | 0.65% | - |
| XYZ | 19.37 | 9.68 | 20.59 | - |
| YUV | 68.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 126 | 0 | 0.95 | 0.24 | 0.35 | 314.9 | 0.91 | 0.34 |
| Hex | A5 | 8 | 7E | 0 | 5F | 18 | 23 | 13B | 5B | 22 |
| Octal | 245 | 10 | 176 | 0 | 137 | 30 | 43 | 473 | 133 | 42 |
| Binary | 10100101 | 1000 | 1111110 | 0 | 1011111 | 11000 | 100011 | 100111011 | 1011011 | 100010 |
Color Harmonies of #A5087E
Complementary color
Monochromatic Colors of #A5087E
Black with #A5087E
Text Example
Text Example
White with #A5087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5087E; }
p { color: rgb(165,8,126); }
H1.HeaderClassName
{
color: #A5087E;
}
.AnyTagClassName
{
color: #A5087E;
}
</style>
background-color css
<style>
a { background-color: #A5087E; }
a { background-color: rgb(165,8,126); }
div.DivClassName
{
background-color: #A5087E;
}
.BgClassName
{
background-color: #A5087E;
}
</style>
border-color css
<style>
span { border-color: #A5087E; }
span { border-color: rgb(165,8,126); }
td.TdClassName
{
border-color: #A5087E;
}
.TagClassName
{
border-color: #A5087E;
}
</style>