Shades of Eggplant #A5047A
Tints of Eggplant #A5047A
RGB
CMYK
RGB Variations
Color information
#A5047A (or 0xA5047A) is known color: Eggplant. HEX triplet: A5, 04 and 7A. RGB value is (165,4,122). Sum of RGB (Red+Green+Blue) = 165+4+122=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5047A is #5AFB85. Grayscale: #414141. Windows color (decimal): -5962630 or 7996581. OLE color: 7996581.
HSL color Cylindrical-coordinate representation of color #A5047A: hue angle of 316.02º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5047A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.35 |
| HSL | 316.02º | 0.95% | 0.33% | - |
| HSV(B) | 316.02º | 0.98% | 0.65% | - |
| XYZ | 19.07 | 9.49 | 19.24 | - |
| YUV | 65.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 122 | 0 | 0.98 | 0.26 | 0.35 | 316.02 | 0.95 | 0.33 |
| Hex | A5 | 4 | 7A | 0 | 62 | 1A | 23 | 13C | 5F | 21 |
| Octal | 245 | 4 | 172 | 0 | 142 | 32 | 43 | 474 | 137 | 41 |
| Binary | 10100101 | 100 | 1111010 | 0 | 1100010 | 11010 | 100011 | 100111100 | 1011111 | 100001 |
Color Harmonies of #A5047A
Complementary color
Monochromatic Colors of #A5047A
Black with #A5047A
Text Example
Text Example
White with #A5047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5047A; }
p { color: rgb(165,4,122); }
H1.HeaderClassName
{
color: #A5047A;
}
.AnyTagClassName
{
color: #A5047A;
}
</style>
background-color css
<style>
a { background-color: #A5047A; }
a { background-color: rgb(165,4,122); }
div.DivClassName
{
background-color: #A5047A;
}
.BgClassName
{
background-color: #A5047A;
}
</style>
border-color css
<style>
span { border-color: #A5047A; }
span { border-color: rgb(165,4,122); }
td.TdClassName
{
border-color: #A5047A;
}
.TagClassName
{
border-color: #A5047A;
}
</style>