Shades of Eggplant #A30773
Tints of Eggplant #A30773
RGB
CMYK
RGB Variations
Color information
#A30773 (or 0xA30773) is known color: Eggplant. HEX triplet: A3, 07 and 73. RGB value is (163,7,115). Sum of RGB (Red+Green+Blue) = 163+7+115=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30773 is #5CF88C. Grayscale: #414141. Windows color (decimal): -6092941 or 7538595. OLE color: 7538595.
HSL color Cylindrical-coordinate representation of color #A30773: hue angle of 318.46º 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 #A30773 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.36 |
| HSL | 318.46º | 0.92% | 0.33% | - |
| HSV(B) | 318.46º | 0.96% | 0.64% | - |
| XYZ | 18.27 | 9.18 | 17.03 | - |
| YUV | 65.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 115 | 0 | 0.96 | 0.29 | 0.36 | 318.46 | 0.92 | 0.33 |
| Hex | A3 | 7 | 73 | 0 | 60 | 1D | 24 | 13E | 5C | 21 |
| Octal | 243 | 7 | 163 | 0 | 140 | 35 | 44 | 476 | 134 | 41 |
| Binary | 10100011 | 111 | 1110011 | 0 | 1100000 | 11101 | 100100 | 100111110 | 1011100 | 100001 |
Color Harmonies of #A30773
Complementary color
Monochromatic Colors of #A30773
Black with #A30773
Text Example
Text Example
White with #A30773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30773; }
p { color: rgb(163,7,115); }
H1.HeaderClassName
{
color: #A30773;
}
.AnyTagClassName
{
color: #A30773;
}
</style>
background-color css
<style>
a { background-color: #A30773; }
a { background-color: rgb(163,7,115); }
div.DivClassName
{
background-color: #A30773;
}
.BgClassName
{
background-color: #A30773;
}
</style>
border-color css
<style>
span { border-color: #A30773; }
span { border-color: rgb(163,7,115); }
td.TdClassName
{
border-color: #A30773;
}
.TagClassName
{
border-color: #A30773;
}
</style>