Shades of Eggplant #A30676
Tints of Eggplant #A30676
RGB
CMYK
RGB Variations
Color information
#A30676 (or 0xA30676) is known color: Eggplant. HEX triplet: A3, 06 and 76. RGB value is (163,6,118). Sum of RGB (Red+Green+Blue) = 163+6+118=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A30676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30676 is #5CF989. Grayscale: #414141. Windows color (decimal): -6093194 or 7734947. OLE color: 7734947.
HSL color Cylindrical-coordinate representation of color #A30676: hue angle of 317.2º 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 #A30676 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 118 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.36 |
| HSL | 317.2º | 0.93% | 0.33% | - |
| HSV(B) | 317.2º | 0.96% | 0.64% | - |
| XYZ | 18.44 | 9.22 | 17.95 | - |
| YUV | 65.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 118 | 0 | 0.96 | 0.28 | 0.36 | 317.2 | 0.93 | 0.33 |
| Hex | A3 | 6 | 76 | 0 | 60 | 1C | 24 | 13D | 5D | 21 |
| Octal | 243 | 6 | 166 | 0 | 140 | 34 | 44 | 475 | 135 | 41 |
| Binary | 10100011 | 110 | 1110110 | 0 | 1100000 | 11100 | 100100 | 100111101 | 1011101 | 100001 |
Color Harmonies of #A30676
Complementary color
Monochromatic Colors of #A30676
Black with #A30676
Text Example
Text Example
White with #A30676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30676; }
p { color: rgb(163,6,118); }
H1.HeaderClassName
{
color: #A30676;
}
.AnyTagClassName
{
color: #A30676;
}
</style>
background-color css
<style>
a { background-color: #A30676; }
a { background-color: rgb(163,6,118); }
div.DivClassName
{
background-color: #A30676;
}
.BgClassName
{
background-color: #A30676;
}
</style>
border-color css
<style>
span { border-color: #A30676; }
span { border-color: rgb(163,6,118); }
td.TdClassName
{
border-color: #A30676;
}
.TagClassName
{
border-color: #A30676;
}
</style>