Shades of Eggplant #A3046D
Tints of Eggplant #A3046D
RGB
CMYK
RGB Variations
Color information
#A3046D (or 0xA3046D) is known color: Eggplant. HEX triplet: A3, 04 and 6D. RGB value is (163,4,109). Sum of RGB (Red+Green+Blue) = 163+4+109=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3046D is #5CFB92. Grayscale: #3F3F3F. Windows color (decimal): -6093715 or 7144611. OLE color: 7144611.
HSL color Cylindrical-coordinate representation of color #A3046D: hue angle of 320.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3046D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.36 |
| HSL | 320.38º | 0.95% | 0.33% | - |
| HSV(B) | 320.38º | 0.98% | 0.64% | - |
| XYZ | 17.91 | 8.98 | 15.26 | - |
| YUV | 63.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 109 | 0 | 0.98 | 0.33 | 0.36 | 320.38 | 0.95 | 0.33 |
| Hex | A3 | 4 | 6D | 0 | 62 | 21 | 24 | 140 | 5F | 21 |
| Octal | 243 | 4 | 155 | 0 | 142 | 41 | 44 | 500 | 137 | 41 |
| Binary | 10100011 | 100 | 1101101 | 0 | 1100010 | 100001 | 100100 | 101000000 | 1011111 | 100001 |
Color Harmonies of #A3046D
Complementary color
Monochromatic Colors of #A3046D
Black with #A3046D
Text Example
Text Example
White with #A3046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3046D; }
p { color: rgb(163,4,109); }
H1.HeaderClassName
{
color: #A3046D;
}
.AnyTagClassName
{
color: #A3046D;
}
</style>
background-color css
<style>
a { background-color: #A3046D; }
a { background-color: rgb(163,4,109); }
div.DivClassName
{
background-color: #A3046D;
}
.BgClassName
{
background-color: #A3046D;
}
</style>
border-color css
<style>
span { border-color: #A3046D; }
span { border-color: rgb(163,4,109); }
td.TdClassName
{
border-color: #A3046D;
}
.TagClassName
{
border-color: #A3046D;
}
</style>