Shades of Eggplant #A1007D
Tints of Eggplant #A1007D
RGB
CMYK
RGB Variations
Color information
#A1007D (or 0xA1007D) is known color: Eggplant. HEX triplet: A1, 00 and 7D. RGB value is (161,0,125). Sum of RGB (Red+Green+Blue) = 161+0+125=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1007D is #5EFF82. Grayscale: #3E3E3E. Windows color (decimal): -6225795 or 8192161. OLE color: 8192161.
HSL color Cylindrical-coordinate representation of color #A1007D: hue angle of 313.42º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1007D is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.22 | 0.37 |
| HSL | 313.42º | 1% | 0.32% | - |
| HSV(B) | 313.42º | 1% | 0.63% | - |
| XYZ | 18.4 | 9.06 | 20.18 | - |
| YUV | 62.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 125 | 0 | 1 | 0.22 | 0.37 | 313.42 | 1 | 0.32 |
| Hex | A1 | 0 | 7D | 0 | 64 | 16 | 25 | 139 | 64 | 20 |
| Octal | 241 | 0 | 175 | 0 | 144 | 26 | 45 | 471 | 144 | 40 |
| Binary | 10100001 | 0 | 1111101 | 0 | 1100100 | 10110 | 100101 | 100111001 | 1100100 | 100000 |
Color Harmonies of #A1007D
Complementary color
Monochromatic Colors of #A1007D
Black with #A1007D
Text Example
Text Example
White with #A1007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1007D; }
p { color: rgb(161,0,125); }
H1.HeaderClassName
{
color: #A1007D;
}
.AnyTagClassName
{
color: #A1007D;
}
</style>
background-color css
<style>
a { background-color: #A1007D; }
a { background-color: rgb(161,0,125); }
div.DivClassName
{
background-color: #A1007D;
}
.BgClassName
{
background-color: #A1007D;
}
</style>
border-color css
<style>
span { border-color: #A1007D; }
span { border-color: rgb(161,0,125); }
td.TdClassName
{
border-color: #A1007D;
}
.TagClassName
{
border-color: #A1007D;
}
</style>