Shades of Eggplant #A3006F
Tints of Eggplant #A3006F
RGB
CMYK
RGB Variations
Color information
#A3006F (or 0xA3006F) is known color: Eggplant. HEX triplet: A3, 00 and 6F. RGB value is (163,0,111). Sum of RGB (Red+Green+Blue) = 163+0+111=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3006F is #5CFF90. Grayscale: #3D3D3D. Windows color (decimal): -6094737 or 7274659. OLE color: 7274659.
HSL color Cylindrical-coordinate representation of color #A3006F: hue angle of 319.14º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3006F is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.32 | 0.36 |
| HSL | 319.14º | 1% | 0.32% | - |
| HSV(B) | 319.14º | 1% | 0.64% | - |
| XYZ | 17.97 | 8.93 | 15.82 | - |
| YUV | 61.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 111 | 0 | 1 | 0.32 | 0.36 | 319.14 | 1 | 0.32 |
| Hex | A3 | 0 | 6F | 0 | 64 | 20 | 24 | 13F | 64 | 20 |
| Octal | 243 | 0 | 157 | 0 | 144 | 40 | 44 | 477 | 144 | 40 |
| Binary | 10100011 | 0 | 1101111 | 0 | 1100100 | 100000 | 100100 | 100111111 | 1100100 | 100000 |
Color Harmonies of #A3006F
Complementary color
Monochromatic Colors of #A3006F
Black with #A3006F
Text Example
Text Example
White with #A3006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3006F; }
p { color: rgb(163,0,111); }
H1.HeaderClassName
{
color: #A3006F;
}
.AnyTagClassName
{
color: #A3006F;
}
</style>
background-color css
<style>
a { background-color: #A3006F; }
a { background-color: rgb(163,0,111); }
div.DivClassName
{
background-color: #A3006F;
}
.BgClassName
{
background-color: #A3006F;
}
</style>
border-color css
<style>
span { border-color: #A3006F; }
span { border-color: rgb(163,0,111); }
td.TdClassName
{
border-color: #A3006F;
}
.TagClassName
{
border-color: #A3006F;
}
</style>