Shades of Eggplant #A10F7C
Tints of Eggplant #A10F7C
RGB
CMYK
RGB Variations
Color information
#A10F7C (or 0xA10F7C) is known color: Eggplant. HEX triplet: A1, 0F and 7C. RGB value is (161,15,124). Sum of RGB (Red+Green+Blue) = 161+15+124=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10F7C is #5EF083. Grayscale: #464646. Windows color (decimal): -6221956 or 8130465. OLE color: 8130465.
HSL color Cylindrical-coordinate representation of color #A10F7C: hue angle of 315.21º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F7C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 124 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.37 |
| HSL | 315.21º | 0.83% | 0.35% | - |
| HSV(B) | 315.21º | 0.91% | 0.63% | - |
| XYZ | 18.51 | 9.37 | 19.9 | - |
| YUV | 71.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 124 | 0 | 0.91 | 0.23 | 0.37 | 315.21 | 0.83 | 0.35 |
| Hex | A1 | F | 7C | 0 | 5B | 17 | 25 | 13B | 53 | 23 |
| Octal | 241 | 17 | 174 | 0 | 133 | 27 | 45 | 473 | 123 | 43 |
| Binary | 10100001 | 1111 | 1111100 | 0 | 1011011 | 10111 | 100101 | 100111011 | 1010011 | 100011 |
Color Harmonies of #A10F7C
Complementary color
Monochromatic Colors of #A10F7C
Black with #A10F7C
Text Example
Text Example
White with #A10F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F7C; }
p { color: rgb(161,15,124); }
H1.HeaderClassName
{
color: #A10F7C;
}
.AnyTagClassName
{
color: #A10F7C;
}
</style>
background-color css
<style>
a { background-color: #A10F7C; }
a { background-color: rgb(161,15,124); }
div.DivClassName
{
background-color: #A10F7C;
}
.BgClassName
{
background-color: #A10F7C;
}
</style>
border-color css
<style>
span { border-color: #A10F7C; }
span { border-color: rgb(161,15,124); }
td.TdClassName
{
border-color: #A10F7C;
}
.TagClassName
{
border-color: #A10F7C;
}
</style>