Shades of Eggplant #A50275
Tints of Eggplant #A50275
RGB
CMYK
RGB Variations
Color information
#A50275 (or 0xA50275) is known color: Eggplant. HEX triplet: A5, 02 and 75. RGB value is (165,2,117). Sum of RGB (Red+Green+Blue) = 165+2+117=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A50275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50275 is #5AFD8A. Grayscale: #3F3F3F. Windows color (decimal): -5963147 or 7668389. OLE color: 7668389.
HSL color Cylindrical-coordinate representation of color #A50275: hue angle of 317.67º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50275 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.35 |
| HSL | 317.67º | 0.98% | 0.33% | - |
| HSV(B) | 317.67º | 0.99% | 0.65% | - |
| XYZ | 18.75 | 9.33 | 17.64 | - |
| YUV | 63.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 117 | 0 | 0.99 | 0.29 | 0.35 | 317.67 | 0.98 | 0.33 |
| Hex | A5 | 2 | 75 | 0 | 63 | 1D | 23 | 13E | 62 | 21 |
| Octal | 245 | 2 | 165 | 0 | 143 | 35 | 43 | 476 | 142 | 41 |
| Binary | 10100101 | 10 | 1110101 | 0 | 1100011 | 11101 | 100011 | 100111110 | 1100010 | 100001 |
Color Harmonies of #A50275
Complementary color
Monochromatic Colors of #A50275
Black with #A50275
Text Example
Text Example
White with #A50275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50275; }
p { color: rgb(165,2,117); }
H1.HeaderClassName
{
color: #A50275;
}
.AnyTagClassName
{
color: #A50275;
}
</style>
background-color css
<style>
a { background-color: #A50275; }
a { background-color: rgb(165,2,117); }
div.DivClassName
{
background-color: #A50275;
}
.BgClassName
{
background-color: #A50275;
}
</style>
border-color css
<style>
span { border-color: #A50275; }
span { border-color: rgb(165,2,117); }
td.TdClassName
{
border-color: #A50275;
}
.TagClassName
{
border-color: #A50275;
}
</style>