Shades of Eggplant #A3076F
Tints of Eggplant #A3076F
RGB
CMYK
RGB Variations
Color information
#A3076F (or 0xA3076F) is known color: Eggplant. HEX triplet: A3, 07 and 6F. RGB value is (163,7,111). Sum of RGB (Red+Green+Blue) = 163+7+111=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3076F is #5CF890. Grayscale: #414141. Windows color (decimal): -6092945 or 7276451. OLE color: 7276451.
HSL color Cylindrical-coordinate representation of color #A3076F: hue angle of 320º degrees, saturation: 0.92, 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 #A3076F is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.36 |
| HSL | 320º | 0.92% | 0.33% | - |
| HSV(B) | 320º | 0.96% | 0.64% | - |
| XYZ | 18.05 | 9.09 | 15.84 | - |
| YUV | 65.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 111 | 0 | 0.96 | 0.32 | 0.36 | 320 | 0.92 | 0.33 |
| Hex | A3 | 7 | 6F | 0 | 60 | 20 | 24 | 140 | 5C | 21 |
| Octal | 243 | 7 | 157 | 0 | 140 | 40 | 44 | 500 | 134 | 41 |
| Binary | 10100011 | 111 | 1101111 | 0 | 1100000 | 100000 | 100100 | 101000000 | 1011100 | 100001 |
Color Harmonies of #A3076F
Complementary color
Monochromatic Colors of #A3076F
Black with #A3076F
Text Example
Text Example
White with #A3076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3076F; }
p { color: rgb(163,7,111); }
H1.HeaderClassName
{
color: #A3076F;
}
.AnyTagClassName
{
color: #A3076F;
}
</style>
background-color css
<style>
a { background-color: #A3076F; }
a { background-color: rgb(163,7,111); }
div.DivClassName
{
background-color: #A3076F;
}
.BgClassName
{
background-color: #A3076F;
}
</style>
border-color css
<style>
span { border-color: #A3076F; }
span { border-color: rgb(163,7,111); }
td.TdClassName
{
border-color: #A3076F;
}
.TagClassName
{
border-color: #A3076F;
}
</style>