Shades of Eggplant #A00161
Tints of Eggplant #A00161
RGB
CMYK
RGB Variations
Color information
#A00161 (or 0xA00161) is known color: Eggplant. HEX triplet: A0, 01 and 61. RGB value is (160,1,97). Sum of RGB (Red+Green+Blue) = 160+1+97=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A00161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00161 is #5FFE9E. Grayscale: #3B3B3B. Windows color (decimal): -6291103 or 6357408. OLE color: 6357408.
HSL color Cylindrical-coordinate representation of color #A00161: hue angle of 323.77º degrees, saturation: 0.99, 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 #A00161 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.37 |
| HSL | 323.77º | 0.99% | 0.32% | - |
| HSV(B) | 323.77º | 0.99% | 0.63% | - |
| XYZ | 16.67 | 8.36 | 12.04 | - |
| YUV | 59.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 97 | 0 | 0.99 | 0.39 | 0.37 | 323.77 | 0.99 | 0.32 |
| Hex | A0 | 1 | 61 | 0 | 63 | 27 | 25 | 144 | 63 | 20 |
| Octal | 240 | 1 | 141 | 0 | 143 | 47 | 45 | 504 | 143 | 40 |
| Binary | 10100000 | 1 | 1100001 | 0 | 1100011 | 100111 | 100101 | 101000100 | 1100011 | 100000 |
Color Harmonies of #A00161
Complementary color
Monochromatic Colors of #A00161
Black with #A00161
Text Example
Text Example
White with #A00161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00161; }
p { color: rgb(160,1,97); }
H1.HeaderClassName
{
color: #A00161;
}
.AnyTagClassName
{
color: #A00161;
}
</style>
background-color css
<style>
a { background-color: #A00161; }
a { background-color: rgb(160,1,97); }
div.DivClassName
{
background-color: #A00161;
}
.BgClassName
{
background-color: #A00161;
}
</style>
border-color css
<style>
span { border-color: #A00161; }
span { border-color: rgb(160,1,97); }
td.TdClassName
{
border-color: #A00161;
}
.TagClassName
{
border-color: #A00161;
}
</style>