Shades of Eggplant #A20F7B
Tints of Eggplant #A20F7B
RGB
CMYK
RGB Variations
Color information
#A20F7B (or 0xA20F7B) is known color: Eggplant. HEX triplet: A2, 0F and 7B. RGB value is (162,15,123). Sum of RGB (Red+Green+Blue) = 162+15+123=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F7B is #5DF084. Grayscale: #464646. Windows color (decimal): -6156421 or 8064930. OLE color: 8064930.
HSL color Cylindrical-coordinate representation of color #A20F7B: hue angle of 315.92º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F7B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 123 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.36 |
| HSL | 315.92º | 0.83% | 0.35% | - |
| HSV(B) | 315.92º | 0.91% | 0.64% | - |
| XYZ | 18.65 | 9.45 | 19.58 | - |
| YUV | 71.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 123 | 0 | 0.91 | 0.24 | 0.36 | 315.92 | 0.83 | 0.35 |
| Hex | A2 | F | 7B | 0 | 5B | 18 | 24 | 13C | 53 | 23 |
| Octal | 242 | 17 | 173 | 0 | 133 | 30 | 44 | 474 | 123 | 43 |
| Binary | 10100010 | 1111 | 1111011 | 0 | 1011011 | 11000 | 100100 | 100111100 | 1010011 | 100011 |
Color Harmonies of #A20F7B
Complementary color
Monochromatic Colors of #A20F7B
Black with #A20F7B
Text Example
Text Example
White with #A20F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F7B; }
p { color: rgb(162,15,123); }
H1.HeaderClassName
{
color: #A20F7B;
}
.AnyTagClassName
{
color: #A20F7B;
}
</style>
background-color css
<style>
a { background-color: #A20F7B; }
a { background-color: rgb(162,15,123); }
div.DivClassName
{
background-color: #A20F7B;
}
.BgClassName
{
background-color: #A20F7B;
}
</style>
border-color css
<style>
span { border-color: #A20F7B; }
span { border-color: rgb(162,15,123); }
td.TdClassName
{
border-color: #A20F7B;
}
.TagClassName
{
border-color: #A20F7B;
}
</style>