Shades of Eggplant #A1087F
Tints of Eggplant #A1087F
RGB
CMYK
RGB Variations
Color information
#A1087F (or 0xA1087F) is known color: Eggplant. HEX triplet: A1, 08 and 7F. RGB value is (161,8,127). Sum of RGB (Red+Green+Blue) = 161+8+127=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A1087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1087F is #5EF780. Grayscale: #424242. Windows color (decimal): -6223745 or 8325281. OLE color: 8325281.
HSL color Cylindrical-coordinate representation of color #A1087F: hue angle of 313.33º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1087F is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 127 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.37 |
| HSL | 313.33º | 0.91% | 0.33% | - |
| HSV(B) | 313.33º | 0.95% | 0.63% | - |
| XYZ | 18.62 | 9.28 | 20.89 | - |
| YUV | 67.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 127 | 0 | 0.95 | 0.21 | 0.37 | 313.33 | 0.91 | 0.33 |
| Hex | A1 | 8 | 7F | 0 | 5F | 15 | 25 | 139 | 5B | 21 |
| Octal | 241 | 10 | 177 | 0 | 137 | 25 | 45 | 471 | 133 | 41 |
| Binary | 10100001 | 1000 | 1111111 | 0 | 1011111 | 10101 | 100101 | 100111001 | 1011011 | 100001 |
Color Harmonies of #A1087F
Complementary color
Monochromatic Colors of #A1087F
Black with #A1087F
Text Example
Text Example
White with #A1087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1087F; }
p { color: rgb(161,8,127); }
H1.HeaderClassName
{
color: #A1087F;
}
.AnyTagClassName
{
color: #A1087F;
}
</style>
background-color css
<style>
a { background-color: #A1087F; }
a { background-color: rgb(161,8,127); }
div.DivClassName
{
background-color: #A1087F;
}
.BgClassName
{
background-color: #A1087F;
}
</style>
border-color css
<style>
span { border-color: #A1087F; }
span { border-color: rgb(161,8,127); }
td.TdClassName
{
border-color: #A1087F;
}
.TagClassName
{
border-color: #A1087F;
}
</style>