Shades of Eggplant #A30270
Tints of Eggplant #A30270
RGB
CMYK
RGB Variations
Color information
#A30270 (or 0xA30270) is known color: Eggplant. HEX triplet: A3, 02 and 70. RGB value is (163,2,112). Sum of RGB (Red+Green+Blue) = 163+2+112=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A30270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30270 is #5CFD8F. Grayscale: #3E3E3E. Windows color (decimal): -6094224 or 7340707. OLE color: 7340707.
HSL color Cylindrical-coordinate representation of color #A30270: hue angle of 319.01º 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 #A30270 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.36 |
| HSL | 319.01º | 0.98% | 0.32% | - |
| HSV(B) | 319.01º | 0.99% | 0.64% | - |
| XYZ | 18.05 | 9 | 16.12 | - |
| YUV | 62.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 112 | 0 | 0.99 | 0.31 | 0.36 | 319.01 | 0.98 | 0.32 |
| Hex | A3 | 2 | 70 | 0 | 63 | 1F | 24 | 13F | 62 | 20 |
| Octal | 243 | 2 | 160 | 0 | 143 | 37 | 44 | 477 | 142 | 40 |
| Binary | 10100011 | 10 | 1110000 | 0 | 1100011 | 11111 | 100100 | 100111111 | 1100010 | 100000 |
Color Harmonies of #A30270
Complementary color
Monochromatic Colors of #A30270
Black with #A30270
Text Example
Text Example
White with #A30270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30270; }
p { color: rgb(163,2,112); }
H1.HeaderClassName
{
color: #A30270;
}
.AnyTagClassName
{
color: #A30270;
}
</style>
background-color css
<style>
a { background-color: #A30270; }
a { background-color: rgb(163,2,112); }
div.DivClassName
{
background-color: #A30270;
}
.BgClassName
{
background-color: #A30270;
}
</style>
border-color css
<style>
span { border-color: #A30270; }
span { border-color: rgb(163,2,112); }
td.TdClassName
{
border-color: #A30270;
}
.TagClassName
{
border-color: #A30270;
}
</style>