Shades of Eggplant #A5096D
Tints of Eggplant #A5096D
RGB
CMYK
RGB Variations
Color information
#A5096D (or 0xA5096D) is known color: Eggplant. HEX triplet: A5, 09 and 6D. RGB value is (165,9,109). Sum of RGB (Red+Green+Blue) = 165+9+109=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A5096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5096D is #5AF692. Grayscale: #424242. Windows color (decimal): -5961363 or 7145893. OLE color: 7145893.
HSL color Cylindrical-coordinate representation of color #A5096D: hue angle of 321.54º degrees, saturation: 0.9, 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 #A5096D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.35 |
| HSL | 321.54º | 0.9% | 0.34% | - |
| HSV(B) | 321.54º | 0.95% | 0.65% | - |
| XYZ | 18.38 | 9.3 | 15.29 | - |
| YUV | 67.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 109 | 0 | 0.95 | 0.34 | 0.35 | 321.54 | 0.9 | 0.34 |
| Hex | A5 | 9 | 6D | 0 | 5F | 22 | 23 | 142 | 5A | 22 |
| Octal | 245 | 11 | 155 | 0 | 137 | 42 | 43 | 502 | 132 | 42 |
| Binary | 10100101 | 1001 | 1101101 | 0 | 1011111 | 100010 | 100011 | 101000010 | 1011010 | 100010 |
Color Harmonies of #A5096D
Complementary color
Monochromatic Colors of #A5096D
Black with #A5096D
Text Example
Text Example
White with #A5096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5096D; }
p { color: rgb(165,9,109); }
H1.HeaderClassName
{
color: #A5096D;
}
.AnyTagClassName
{
color: #A5096D;
}
</style>
background-color css
<style>
a { background-color: #A5096D; }
a { background-color: rgb(165,9,109); }
div.DivClassName
{
background-color: #A5096D;
}
.BgClassName
{
background-color: #A5096D;
}
</style>
border-color css
<style>
span { border-color: #A5096D; }
span { border-color: rgb(165,9,109); }
td.TdClassName
{
border-color: #A5096D;
}
.TagClassName
{
border-color: #A5096D;
}
</style>