Shades of Eggplant #A5087D
Tints of Eggplant #A5087D
RGB
CMYK
RGB Variations
Color information
#A5087D (or 0xA5087D) is known color: Eggplant. HEX triplet: A5, 08 and 7D. RGB value is (165,8,125). Sum of RGB (Red+Green+Blue) = 165+8+125=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5087D is #5AF782. Grayscale: #434343. Windows color (decimal): -5961603 or 8194213. OLE color: 8194213.
HSL color Cylindrical-coordinate representation of color #A5087D: hue angle of 315.29º 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 #A5087D is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 8 | 125 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.35 |
| HSL | 315.29º | 0.91% | 0.34% | - |
| HSV(B) | 315.29º | 0.95% | 0.65% | - |
| XYZ | 19.31 | 9.65 | 20.25 | - |
| YUV | 68.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 125 | 0 | 0.95 | 0.24 | 0.35 | 315.29 | 0.91 | 0.34 |
| Hex | A5 | 8 | 7D | 0 | 5F | 18 | 23 | 13B | 5B | 22 |
| Octal | 245 | 10 | 175 | 0 | 137 | 30 | 43 | 473 | 133 | 42 |
| Binary | 10100101 | 1000 | 1111101 | 0 | 1011111 | 11000 | 100011 | 100111011 | 1011011 | 100010 |
Color Harmonies of #A5087D
Complementary color
Monochromatic Colors of #A5087D
Black with #A5087D
Text Example
Text Example
White with #A5087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5087D; }
p { color: rgb(165,8,125); }
H1.HeaderClassName
{
color: #A5087D;
}
.AnyTagClassName
{
color: #A5087D;
}
</style>
background-color css
<style>
a { background-color: #A5087D; }
a { background-color: rgb(165,8,125); }
div.DivClassName
{
background-color: #A5087D;
}
.BgClassName
{
background-color: #A5087D;
}
</style>
border-color css
<style>
span { border-color: #A5087D; }
span { border-color: rgb(165,8,125); }
td.TdClassName
{
border-color: #A5087D;
}
.TagClassName
{
border-color: #A5087D;
}
</style>