Shades of Eggplant #A5057D
Tints of Eggplant #A5057D
RGB
CMYK
RGB Variations
Color information
#A5057D (or 0xA5057D) is known color: Eggplant. HEX triplet: A5, 05 and 7D. RGB value is (165,5,125). Sum of RGB (Red+Green+Blue) = 165+5+125=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5057D is #5AFA82. Grayscale: #424242. Windows color (decimal): -5962371 or 8193445. OLE color: 8193445.
HSL color Cylindrical-coordinate representation of color #A5057D: hue angle of 315º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5057D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.35 |
| HSL | 315º | 0.94% | 0.33% | - |
| HSV(B) | 315º | 0.97% | 0.65% | - |
| XYZ | 19.27 | 9.59 | 20.24 | - |
| YUV | 66.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 125 | 0 | 0.97 | 0.24 | 0.35 | 315 | 0.94 | 0.33 |
| Hex | A5 | 5 | 7D | 0 | 61 | 18 | 23 | 13B | 5E | 21 |
| Octal | 245 | 5 | 175 | 0 | 141 | 30 | 43 | 473 | 136 | 41 |
| Binary | 10100101 | 101 | 1111101 | 0 | 1100001 | 11000 | 100011 | 100111011 | 1011110 | 100001 |
Color Harmonies of #A5057D
Complementary color
Monochromatic Colors of #A5057D
Black with #A5057D
Text Example
Text Example
White with #A5057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5057D; }
p { color: rgb(165,5,125); }
H1.HeaderClassName
{
color: #A5057D;
}
.AnyTagClassName
{
color: #A5057D;
}
</style>
background-color css
<style>
a { background-color: #A5057D; }
a { background-color: rgb(165,5,125); }
div.DivClassName
{
background-color: #A5057D;
}
.BgClassName
{
background-color: #A5057D;
}
</style>
border-color css
<style>
span { border-color: #A5057D; }
span { border-color: rgb(165,5,125); }
td.TdClassName
{
border-color: #A5057D;
}
.TagClassName
{
border-color: #A5057D;
}
</style>