Shades of Eggplant #A3067E
Tints of Eggplant #A3067E
RGB
CMYK
RGB Variations
Color information
#A3067E (or 0xA3067E) is known color: Eggplant. HEX triplet: A3, 06 and 7E. RGB value is (163,6,126). Sum of RGB (Red+Green+Blue) = 163+6+126=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3067E is #5CF981. Grayscale: #424242. Windows color (decimal): -6093186 or 8259235. OLE color: 8259235.
HSL color Cylindrical-coordinate representation of color #A3067E: hue angle of 314.14º 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 #A3067E is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 126 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.36 |
| HSL | 314.14º | 0.93% | 0.33% | - |
| HSV(B) | 314.14º | 0.96% | 0.64% | - |
| XYZ | 18.94 | 9.42 | 20.56 | - |
| YUV | 66.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 126 | 0 | 0.96 | 0.23 | 0.36 | 314.14 | 0.93 | 0.33 |
| Hex | A3 | 6 | 7E | 0 | 60 | 17 | 24 | 13A | 5D | 21 |
| Octal | 243 | 6 | 176 | 0 | 140 | 27 | 44 | 472 | 135 | 41 |
| Binary | 10100011 | 110 | 1111110 | 0 | 1100000 | 10111 | 100100 | 100111010 | 1011101 | 100001 |
Color Harmonies of #A3067E
Complementary color
Monochromatic Colors of #A3067E
Black with #A3067E
Text Example
Text Example
White with #A3067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3067E; }
p { color: rgb(163,6,126); }
H1.HeaderClassName
{
color: #A3067E;
}
.AnyTagClassName
{
color: #A3067E;
}
</style>
background-color css
<style>
a { background-color: #A3067E; }
a { background-color: rgb(163,6,126); }
div.DivClassName
{
background-color: #A3067E;
}
.BgClassName
{
background-color: #A3067E;
}
</style>
border-color css
<style>
span { border-color: #A3067E; }
span { border-color: rgb(163,6,126); }
td.TdClassName
{
border-color: #A3067E;
}
.TagClassName
{
border-color: #A3067E;
}
</style>