Shades of Eggplant #A3067C
Tints of Eggplant #A3067C
RGB
CMYK
RGB Variations
Color information
#A3067C (or 0xA3067C) is known color: Eggplant. HEX triplet: A3, 06 and 7C. RGB value is (163,6,124). Sum of RGB (Red+Green+Blue) = 163+6+124=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3067C is #5CF983. Grayscale: #424242. Windows color (decimal): -6093188 or 8128163. OLE color: 8128163.
HSL color Cylindrical-coordinate representation of color #A3067C: hue angle of 314.9º 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 #A3067C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.36 |
| HSL | 314.9º | 0.93% | 0.33% | - |
| HSV(B) | 314.9º | 0.96% | 0.64% | - |
| XYZ | 18.81 | 9.37 | 19.89 | - |
| YUV | 66.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 124 | 0 | 0.96 | 0.24 | 0.36 | 314.9 | 0.93 | 0.33 |
| Hex | A3 | 6 | 7C | 0 | 60 | 18 | 24 | 13B | 5D | 21 |
| Octal | 243 | 6 | 174 | 0 | 140 | 30 | 44 | 473 | 135 | 41 |
| Binary | 10100011 | 110 | 1111100 | 0 | 1100000 | 11000 | 100100 | 100111011 | 1011101 | 100001 |
Color Harmonies of #A3067C
Complementary color
Monochromatic Colors of #A3067C
Black with #A3067C
Text Example
Text Example
White with #A3067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3067C; }
p { color: rgb(163,6,124); }
H1.HeaderClassName
{
color: #A3067C;
}
.AnyTagClassName
{
color: #A3067C;
}
</style>
background-color css
<style>
a { background-color: #A3067C; }
a { background-color: rgb(163,6,124); }
div.DivClassName
{
background-color: #A3067C;
}
.BgClassName
{
background-color: #A3067C;
}
</style>
border-color css
<style>
span { border-color: #A3067C; }
span { border-color: rgb(163,6,124); }
td.TdClassName
{
border-color: #A3067C;
}
.TagClassName
{
border-color: #A3067C;
}
</style>