Shades of Eggplant #A30271
Tints of Eggplant #A30271
RGB
CMYK
RGB Variations
Color information
#A30271 (or 0xA30271) is known color: Eggplant. HEX triplet: A3, 02 and 71. RGB value is (163,2,113). Sum of RGB (Red+Green+Blue) = 163+2+113=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A30271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30271 is #5CFD8E. Grayscale: #3E3E3E. Windows color (decimal): -6094223 or 7406243. OLE color: 7406243.
HSL color Cylindrical-coordinate representation of color #A30271: hue angle of 318.63º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30271 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.36 |
| HSL | 318.63º | 0.98% | 0.32% | - |
| HSV(B) | 318.63º | 0.99% | 0.64% | - |
| XYZ | 18.11 | 9.02 | 16.41 | - |
| YUV | 62.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 113 | 0 | 0.99 | 0.31 | 0.36 | 318.63 | 0.98 | 0.32 |
| Hex | A3 | 2 | 71 | 0 | 63 | 1F | 24 | 13F | 62 | 20 |
| Octal | 243 | 2 | 161 | 0 | 143 | 37 | 44 | 477 | 142 | 40 |
| Binary | 10100011 | 10 | 1110001 | 0 | 1100011 | 11111 | 100100 | 100111111 | 1100010 | 100000 |
Color Harmonies of #A30271
Complementary color
Monochromatic Colors of #A30271
Black with #A30271
Text Example
Text Example
White with #A30271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30271; }
p { color: rgb(163,2,113); }
H1.HeaderClassName
{
color: #A30271;
}
.AnyTagClassName
{
color: #A30271;
}
</style>
background-color css
<style>
a { background-color: #A30271; }
a { background-color: rgb(163,2,113); }
div.DivClassName
{
background-color: #A30271;
}
.BgClassName
{
background-color: #A30271;
}
</style>
border-color css
<style>
span { border-color: #A30271; }
span { border-color: rgb(163,2,113); }
td.TdClassName
{
border-color: #A30271;
}
.TagClassName
{
border-color: #A30271;
}
</style>