Shades of Eggplant #A5087A
Tints of Eggplant #A5087A
RGB
CMYK
RGB Variations
Color information
#A5087A (or 0xA5087A) is known color: Eggplant. HEX triplet: A5, 08 and 7A. RGB value is (165,8,122). Sum of RGB (Red+Green+Blue) = 165+8+122=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5087A is #5AF785. Grayscale: #434343. Windows color (decimal): -5961606 or 7997605. OLE color: 7997605.
HSL color Cylindrical-coordinate representation of color #A5087A: hue angle of 316.43º 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 #A5087A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 122 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.35 |
| HSL | 316.43º | 0.91% | 0.34% | - |
| HSV(B) | 316.43º | 0.95% | 0.65% | - |
| XYZ | 19.12 | 9.58 | 19.25 | - |
| YUV | 67.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 122 | 0 | 0.95 | 0.26 | 0.35 | 316.43 | 0.91 | 0.34 |
| Hex | A5 | 8 | 7A | 0 | 5F | 1A | 23 | 13C | 5B | 22 |
| Octal | 245 | 10 | 172 | 0 | 137 | 32 | 43 | 474 | 133 | 42 |
| Binary | 10100101 | 1000 | 1111010 | 0 | 1011111 | 11010 | 100011 | 100111100 | 1011011 | 100010 |
Color Harmonies of #A5087A
Complementary color
Monochromatic Colors of #A5087A
Black with #A5087A
Text Example
Text Example
White with #A5087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5087A; }
p { color: rgb(165,8,122); }
H1.HeaderClassName
{
color: #A5087A;
}
.AnyTagClassName
{
color: #A5087A;
}
</style>
background-color css
<style>
a { background-color: #A5087A; }
a { background-color: rgb(165,8,122); }
div.DivClassName
{
background-color: #A5087A;
}
.BgClassName
{
background-color: #A5087A;
}
</style>
border-color css
<style>
span { border-color: #A5087A; }
span { border-color: rgb(165,8,122); }
td.TdClassName
{
border-color: #A5087A;
}
.TagClassName
{
border-color: #A5087A;
}
</style>