Shades of Eggplant #A2147B
Tints of Eggplant #A2147B
RGB
CMYK
RGB Variations
Color information
#A2147B (or 0xA2147B) is known color: Eggplant. HEX triplet: A2, 14 and 7B. RGB value is (162,20,123). Sum of RGB (Red+Green+Blue) = 162+20+123=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2147B is #5DEB84. Grayscale: #494949. Windows color (decimal): -6155141 or 8066210. OLE color: 8066210.
HSL color Cylindrical-coordinate representation of color #A2147B: hue angle of 316.48º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2147B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 123 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.36 |
| HSL | 316.48º | 0.78% | 0.36% | - |
| HSV(B) | 316.48º | 0.88% | 0.64% | - |
| XYZ | 18.73 | 9.61 | 19.61 | - |
| YUV | 74.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 123 | 0 | 0.88 | 0.24 | 0.36 | 316.48 | 0.78 | 0.36 |
| Hex | A2 | 14 | 7B | 0 | 58 | 18 | 24 | 13C | 4E | 24 |
| Octal | 242 | 24 | 173 | 0 | 130 | 30 | 44 | 474 | 116 | 44 |
| Binary | 10100010 | 10100 | 1111011 | 0 | 1011000 | 11000 | 100100 | 100111100 | 1001110 | 100100 |
Color Harmonies of #A2147B
Complementary color
Monochromatic Colors of #A2147B
Black with #A2147B
Text Example
Text Example
White with #A2147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2147B; }
p { color: rgb(162,20,123); }
H1.HeaderClassName
{
color: #A2147B;
}
.AnyTagClassName
{
color: #A2147B;
}
</style>
background-color css
<style>
a { background-color: #A2147B; }
a { background-color: rgb(162,20,123); }
div.DivClassName
{
background-color: #A2147B;
}
.BgClassName
{
background-color: #A2147B;
}
</style>
border-color css
<style>
span { border-color: #A2147B; }
span { border-color: rgb(162,20,123); }
td.TdClassName
{
border-color: #A2147B;
}
.TagClassName
{
border-color: #A2147B;
}
</style>