Shades of Eggplant #A30673
Tints of Eggplant #A30673
RGB
CMYK
RGB Variations
Color information
#A30673 (or 0xA30673) is known color: Eggplant. HEX triplet: A3, 06 and 73. RGB value is (163,6,115). Sum of RGB (Red+Green+Blue) = 163+6+115=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A30673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30673 is #5CF98C. Grayscale: #414141. Windows color (decimal): -6093197 or 7538339. OLE color: 7538339.
HSL color Cylindrical-coordinate representation of color #A30673: hue angle of 318.34º degrees, saturation: 0.93, 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 #A30673 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 115 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.36 |
| HSL | 318.34º | 0.93% | 0.33% | - |
| HSV(B) | 318.34º | 0.96% | 0.64% | - |
| XYZ | 18.26 | 9.15 | 17.02 | - |
| YUV | 65.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 115 | 0 | 0.96 | 0.29 | 0.36 | 318.34 | 0.93 | 0.33 |
| Hex | A3 | 6 | 73 | 0 | 60 | 1D | 24 | 13E | 5D | 21 |
| Octal | 243 | 6 | 163 | 0 | 140 | 35 | 44 | 476 | 135 | 41 |
| Binary | 10100011 | 110 | 1110011 | 0 | 1100000 | 11101 | 100100 | 100111110 | 1011101 | 100001 |
Color Harmonies of #A30673
Complementary color
Monochromatic Colors of #A30673
Black with #A30673
Text Example
Text Example
White with #A30673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30673; }
p { color: rgb(163,6,115); }
H1.HeaderClassName
{
color: #A30673;
}
.AnyTagClassName
{
color: #A30673;
}
</style>
background-color css
<style>
a { background-color: #A30673; }
a { background-color: rgb(163,6,115); }
div.DivClassName
{
background-color: #A30673;
}
.BgClassName
{
background-color: #A30673;
}
</style>
border-color css
<style>
span { border-color: #A30673; }
span { border-color: rgb(163,6,115); }
td.TdClassName
{
border-color: #A30673;
}
.TagClassName
{
border-color: #A30673;
}
</style>