Shades of Eggplant #A1007B
Tints of Eggplant #A1007B
RGB
CMYK
RGB Variations
Color information
#A1007B (or 0xA1007B) is known color: Eggplant. HEX triplet: A1, 00 and 7B. RGB value is (161,0,123). Sum of RGB (Red+Green+Blue) = 161+0+123=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1007B is #5EFF84. Grayscale: #3D3D3D. Windows color (decimal): -6225797 or 8061089. OLE color: 8061089.
HSL color Cylindrical-coordinate representation of color #A1007B: hue angle of 314.16º 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 #A1007B is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.24 | 0.37 |
| HSL | 314.16º | 1% | 0.32% | - |
| HSV(B) | 314.16º | 1% | 0.63% | - |
| XYZ | 18.27 | 9.01 | 19.51 | - |
| YUV | 62.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 123 | 0 | 1 | 0.24 | 0.37 | 314.16 | 1 | 0.32 |
| Hex | A1 | 0 | 7B | 0 | 64 | 18 | 25 | 13A | 64 | 20 |
| Octal | 241 | 0 | 173 | 0 | 144 | 30 | 45 | 472 | 144 | 40 |
| Binary | 10100001 | 0 | 1111011 | 0 | 1100100 | 11000 | 100101 | 100111010 | 1100100 | 100000 |
Color Harmonies of #A1007B
Complementary color
Monochromatic Colors of #A1007B
Black with #A1007B
Text Example
Text Example
White with #A1007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1007B; }
p { color: rgb(161,0,123); }
H1.HeaderClassName
{
color: #A1007B;
}
.AnyTagClassName
{
color: #A1007B;
}
</style>
background-color css
<style>
a { background-color: #A1007B; }
a { background-color: rgb(161,0,123); }
div.DivClassName
{
background-color: #A1007B;
}
.BgClassName
{
background-color: #A1007B;
}
</style>
border-color css
<style>
span { border-color: #A1007B; }
span { border-color: rgb(161,0,123); }
td.TdClassName
{
border-color: #A1007B;
}
.TagClassName
{
border-color: #A1007B;
}
</style>