Shades of Eggplant #A30679
Tints of Eggplant #A30679
RGB
CMYK
RGB Variations
Color information
#A30679 (or 0xA30679) is known color: Eggplant. HEX triplet: A3, 06 and 79. RGB value is (163,6,121). Sum of RGB (Red+Green+Blue) = 163+6+121=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A30679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30679 is #5CF986. Grayscale: #414141. Windows color (decimal): -6093191 or 7931555. OLE color: 7931555.
HSL color Cylindrical-coordinate representation of color #A30679: hue angle of 316.05º 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 #A30679 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.36 |
| HSL | 316.05º | 0.93% | 0.33% | - |
| HSV(B) | 316.05º | 0.96% | 0.64% | - |
| XYZ | 18.62 | 9.3 | 18.9 | - |
| YUV | 66.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 121 | 0 | 0.96 | 0.26 | 0.36 | 316.05 | 0.93 | 0.33 |
| Hex | A3 | 6 | 79 | 0 | 60 | 1A | 24 | 13C | 5D | 21 |
| Octal | 243 | 6 | 171 | 0 | 140 | 32 | 44 | 474 | 135 | 41 |
| Binary | 10100011 | 110 | 1111001 | 0 | 1100000 | 11010 | 100100 | 100111100 | 1011101 | 100001 |
Color Harmonies of #A30679
Complementary color
Monochromatic Colors of #A30679
Black with #A30679
Text Example
Text Example
White with #A30679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30679; }
p { color: rgb(163,6,121); }
H1.HeaderClassName
{
color: #A30679;
}
.AnyTagClassName
{
color: #A30679;
}
</style>
background-color css
<style>
a { background-color: #A30679; }
a { background-color: rgb(163,6,121); }
div.DivClassName
{
background-color: #A30679;
}
.BgClassName
{
background-color: #A30679;
}
</style>
border-color css
<style>
span { border-color: #A30679; }
span { border-color: rgb(163,6,121); }
td.TdClassName
{
border-color: #A30679;
}
.TagClassName
{
border-color: #A30679;
}
</style>