Shades of Eggplant #A10665
Tints of Eggplant #A10665
RGB
CMYK
RGB Variations
Color information
#A10665 (or 0xA10665) is known color: Eggplant. HEX triplet: A1, 06 and 65. RGB value is (161,6,101). Sum of RGB (Red+Green+Blue) = 161+6+101=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A10665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10665 is #5EF99A. Grayscale: #3E3E3E. Windows color (decimal): -6224283 or 6620833. OLE color: 6620833.
HSL color Cylindrical-coordinate representation of color #A10665: hue angle of 323.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10665 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.37 |
| HSL | 323.23º | 0.93% | 0.33% | - |
| HSV(B) | 323.23º | 0.96% | 0.63% | - |
| XYZ | 17.11 | 8.65 | 13.08 | - |
| YUV | 63.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 101 | 0 | 0.96 | 0.37 | 0.37 | 323.23 | 0.93 | 0.33 |
| Hex | A1 | 6 | 65 | 0 | 60 | 25 | 25 | 143 | 5D | 21 |
| Octal | 241 | 6 | 145 | 0 | 140 | 45 | 45 | 503 | 135 | 41 |
| Binary | 10100001 | 110 | 1100101 | 0 | 1100000 | 100101 | 100101 | 101000011 | 1011101 | 100001 |
Color Harmonies of #A10665
Complementary color
Monochromatic Colors of #A10665
Black with #A10665
Text Example
Text Example
White with #A10665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10665; }
p { color: rgb(161,6,101); }
H1.HeaderClassName
{
color: #A10665;
}
.AnyTagClassName
{
color: #A10665;
}
</style>
background-color css
<style>
a { background-color: #A10665; }
a { background-color: rgb(161,6,101); }
div.DivClassName
{
background-color: #A10665;
}
.BgClassName
{
background-color: #A10665;
}
</style>
border-color css
<style>
span { border-color: #A10665; }
span { border-color: rgb(161,6,101); }
td.TdClassName
{
border-color: #A10665;
}
.TagClassName
{
border-color: #A10665;
}
</style>