Shades of Eggplant #A30771
Tints of Eggplant #A30771
RGB
CMYK
RGB Variations
Color information
#A30771 (or 0xA30771) is known color: Eggplant. HEX triplet: A3, 07 and 71. RGB value is (163,7,113). Sum of RGB (Red+Green+Blue) = 163+7+113=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30771 is #5CF88E. Grayscale: #414141. Windows color (decimal): -6092943 or 7407523. OLE color: 7407523.
HSL color Cylindrical-coordinate representation of color #A30771: hue angle of 319.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30771 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 7 | 113 | - |
CMYK | 0 | 0.96 | 0.31 | 0.36 |
HSL | 319.23º | 0.92% | 0.33% | - |
HSV(B) | 319.23º | 0.96% | 0.64% | - |
XYZ | 18.16 | 9.13 | 16.43 | - |
YUV | 65.73 | 154.68 | 197.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 7 | 113 | 0 | 0.96 | 0.31 | 0.36 | 319.23 | 0.92 | 0.33 |
Hex | A3 | 7 | 71 | 0 | 60 | 1F | 24 | 13F | 5C | 21 |
Octal | 243 | 7 | 161 | 0 | 140 | 37 | 44 | 477 | 134 | 41 |
Binary | 10100011 | 111 | 1110001 | 0 | 1100000 | 11111 | 100100 | 100111111 | 1011100 | 100001 |
Color Harmonies of #A30771
Complementary color
Monochromatic Colors of #A30771
Black with #A30771
Text Example
Text Example
White with #A30771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30771; }
p { color: rgb(163,7,113); }
H1.HeaderClassName
{
color: #A30771;
}
.AnyTagClassName
{
color: #A30771;
}
</style>
background-color css
<style>
a { background-color: #A30771; }
a { background-color: rgb(163,7,113); }
div.DivClassName
{
background-color: #A30771;
}
.BgClassName
{
background-color: #A30771;
}
</style>
border-color css
<style>
span { border-color: #A30771; }
span { border-color: rgb(163,7,113); }
td.TdClassName
{
border-color: #A30771;
}
.TagClassName
{
border-color: #A30771;
}
</style>