Shades of Eggplant #A3067F
Tints of Eggplant #A3067F
RGB
CMYK
RGB Variations
Color information
#A3067F (or 0xA3067F) is known color: Eggplant. HEX triplet: A3, 06 and 7F. RGB value is (163,6,127). Sum of RGB (Red+Green+Blue) = 163+6+127=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3067F is #5CF980. Grayscale: #424242. Windows color (decimal): -6093185 or 8324771. OLE color: 8324771.
HSL color Cylindrical-coordinate representation of color #A3067F: hue angle of 313.76º 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 #A3067F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.36 |
| HSL | 313.76º | 0.93% | 0.33% | - |
| HSV(B) | 313.76º | 0.96% | 0.64% | - |
| XYZ | 19 | 9.45 | 20.9 | - |
| YUV | 66.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 127 | 0 | 0.96 | 0.22 | 0.36 | 313.76 | 0.93 | 0.33 |
| Hex | A3 | 6 | 7F | 0 | 60 | 16 | 24 | 13A | 5D | 21 |
| Octal | 243 | 6 | 177 | 0 | 140 | 26 | 44 | 472 | 135 | 41 |
| Binary | 10100011 | 110 | 1111111 | 0 | 1100000 | 10110 | 100100 | 100111010 | 1011101 | 100001 |
Color Harmonies of #A3067F
Complementary color
Monochromatic Colors of #A3067F
Black with #A3067F
Text Example
Text Example
White with #A3067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3067F; }
p { color: rgb(163,6,127); }
H1.HeaderClassName
{
color: #A3067F;
}
.AnyTagClassName
{
color: #A3067F;
}
</style>
background-color css
<style>
a { background-color: #A3067F; }
a { background-color: rgb(163,6,127); }
div.DivClassName
{
background-color: #A3067F;
}
.BgClassName
{
background-color: #A3067F;
}
</style>
border-color css
<style>
span { border-color: #A3067F; }
span { border-color: rgb(163,6,127); }
td.TdClassName
{
border-color: #A3067F;
}
.TagClassName
{
border-color: #A3067F;
}
</style>