Shades of Eggplant #A30571
Tints of Eggplant #A30571
RGB
CMYK
RGB Variations
Color information
#A30571 (or 0xA30571) is known color: Eggplant. HEX triplet: A3, 05 and 71. RGB value is (163,5,113). Sum of RGB (Red+Green+Blue) = 163+5+113=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A30571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30571 is #5CFA8E. Grayscale: #404040. Windows color (decimal): -6093455 or 7407011. OLE color: 7407011.
HSL color Cylindrical-coordinate representation of color #A30571: hue angle of 318.99º 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 #A30571 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 113 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.36 |
| HSL | 318.99º | 0.94% | 0.33% | - |
| HSV(B) | 318.99º | 0.97% | 0.64% | - |
| XYZ | 18.14 | 9.09 | 16.42 | - |
| YUV | 64.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 113 | 0 | 0.97 | 0.31 | 0.36 | 318.99 | 0.94 | 0.33 |
| Hex | A3 | 5 | 71 | 0 | 61 | 1F | 24 | 13F | 5E | 21 |
| Octal | 243 | 5 | 161 | 0 | 141 | 37 | 44 | 477 | 136 | 41 |
| Binary | 10100011 | 101 | 1110001 | 0 | 1100001 | 11111 | 100100 | 100111111 | 1011110 | 100001 |
Color Harmonies of #A30571
Complementary color
Monochromatic Colors of #A30571
Black with #A30571
Text Example
Text Example
White with #A30571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30571; }
p { color: rgb(163,5,113); }
H1.HeaderClassName
{
color: #A30571;
}
.AnyTagClassName
{
color: #A30571;
}
</style>
background-color css
<style>
a { background-color: #A30571; }
a { background-color: rgb(163,5,113); }
div.DivClassName
{
background-color: #A30571;
}
.BgClassName
{
background-color: #A30571;
}
</style>
border-color css
<style>
span { border-color: #A30571; }
span { border-color: rgb(163,5,113); }
td.TdClassName
{
border-color: #A30571;
}
.TagClassName
{
border-color: #A30571;
}
</style>