Shades of Eggplant #A30F73
Tints of Eggplant #A30F73
RGB
CMYK
RGB Variations
Color information
#A30F73 (or 0xA30F73) is known color: Eggplant. HEX triplet: A3, 0F and 73. RGB value is (163,15,115). Sum of RGB (Red+Green+Blue) = 163+15+115=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F73 is #5CF08C. Grayscale: #464646. Windows color (decimal): -6090893 or 7540643. OLE color: 7540643.
HSL color Cylindrical-coordinate representation of color #A30F73: hue angle of 319.46º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F73 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 115 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.36 |
| HSL | 319.46º | 0.83% | 0.35% | - |
| HSV(B) | 319.46º | 0.91% | 0.64% | - |
| XYZ | 18.37 | 9.37 | 17.06 | - |
| YUV | 70.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 115 | 0 | 0.91 | 0.29 | 0.36 | 319.46 | 0.83 | 0.35 |
| Hex | A3 | F | 73 | 0 | 5B | 1D | 24 | 13F | 53 | 23 |
| Octal | 243 | 17 | 163 | 0 | 133 | 35 | 44 | 477 | 123 | 43 |
| Binary | 10100011 | 1111 | 1110011 | 0 | 1011011 | 11101 | 100100 | 100111111 | 1010011 | 100011 |
Color Harmonies of #A30F73
Complementary color
Monochromatic Colors of #A30F73
Black with #A30F73
Text Example
Text Example
White with #A30F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F73; }
p { color: rgb(163,15,115); }
H1.HeaderClassName
{
color: #A30F73;
}
.AnyTagClassName
{
color: #A30F73;
}
</style>
background-color css
<style>
a { background-color: #A30F73; }
a { background-color: rgb(163,15,115); }
div.DivClassName
{
background-color: #A30F73;
}
.BgClassName
{
background-color: #A30F73;
}
</style>
border-color css
<style>
span { border-color: #A30F73; }
span { border-color: rgb(163,15,115); }
td.TdClassName
{
border-color: #A30F73;
}
.TagClassName
{
border-color: #A30F73;
}
</style>