Shades of Eggplant #A1027F
Tints of Eggplant #A1027F
RGB
CMYK
RGB Variations
Color information
#A1027F (or 0xA1027F) is known color: Eggplant. HEX triplet: A1, 02 and 7F. RGB value is (161,2,127). Sum of RGB (Red+Green+Blue) = 161+2+127=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1027F is #5EFD80. Grayscale: #3F3F3F. Windows color (decimal): -6225281 or 8323745. OLE color: 8323745.
HSL color Cylindrical-coordinate representation of color #A1027F: hue angle of 312.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1027F is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.37 |
| HSL | 312.83º | 0.98% | 0.32% | - |
| HSV(B) | 312.83º | 0.99% | 0.63% | - |
| XYZ | 18.55 | 9.15 | 20.87 | - |
| YUV | 63.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 127 | 0 | 0.99 | 0.21 | 0.37 | 312.83 | 0.98 | 0.32 |
| Hex | A1 | 2 | 7F | 0 | 63 | 15 | 25 | 139 | 62 | 20 |
| Octal | 241 | 2 | 177 | 0 | 143 | 25 | 45 | 471 | 142 | 40 |
| Binary | 10100001 | 10 | 1111111 | 0 | 1100011 | 10101 | 100101 | 100111001 | 1100010 | 100000 |
Color Harmonies of #A1027F
Complementary color
Monochromatic Colors of #A1027F
Black with #A1027F
Text Example
Text Example
White with #A1027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1027F; }
p { color: rgb(161,2,127); }
H1.HeaderClassName
{
color: #A1027F;
}
.AnyTagClassName
{
color: #A1027F;
}
</style>
background-color css
<style>
a { background-color: #A1027F; }
a { background-color: rgb(161,2,127); }
div.DivClassName
{
background-color: #A1027F;
}
.BgClassName
{
background-color: #A1027F;
}
</style>
border-color css
<style>
span { border-color: #A1027F; }
span { border-color: rgb(161,2,127); }
td.TdClassName
{
border-color: #A1027F;
}
.TagClassName
{
border-color: #A1027F;
}
</style>