Shades of Eggplant #A30574
Tints of Eggplant #A30574
RGB
CMYK
RGB Variations
Color information
#A30574 (or 0xA30574) is known color: Eggplant. HEX triplet: A3, 05 and 74. RGB value is (163,5,116). Sum of RGB (Red+Green+Blue) = 163+5+116=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A30574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30574 is #5CFA8B. Grayscale: #404040. Windows color (decimal): -6093452 or 7603619. OLE color: 7603619.
HSL color Cylindrical-coordinate representation of color #A30574: hue angle of 317.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30574 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.36 |
| HSL | 317.85º | 0.94% | 0.33% | - |
| HSV(B) | 317.85º | 0.97% | 0.64% | - |
| XYZ | 18.31 | 9.16 | 17.33 | - |
| YUV | 64.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 116 | 0 | 0.97 | 0.29 | 0.36 | 317.85 | 0.94 | 0.33 |
| Hex | A3 | 5 | 74 | 0 | 61 | 1D | 24 | 13E | 5E | 21 |
| Octal | 243 | 5 | 164 | 0 | 141 | 35 | 44 | 476 | 136 | 41 |
| Binary | 10100011 | 101 | 1110100 | 0 | 1100001 | 11101 | 100100 | 100111110 | 1011110 | 100001 |
Color Harmonies of #A30574
Complementary color
Monochromatic Colors of #A30574
Black with #A30574
Text Example
Text Example
White with #A30574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30574; }
p { color: rgb(163,5,116); }
H1.HeaderClassName
{
color: #A30574;
}
.AnyTagClassName
{
color: #A30574;
}
</style>
background-color css
<style>
a { background-color: #A30574; }
a { background-color: rgb(163,5,116); }
div.DivClassName
{
background-color: #A30574;
}
.BgClassName
{
background-color: #A30574;
}
</style>
border-color css
<style>
span { border-color: #A30574; }
span { border-color: rgb(163,5,116); }
td.TdClassName
{
border-color: #A30574;
}
.TagClassName
{
border-color: #A30574;
}
</style>