Shades of Eggplant #A10465
Tints of Eggplant #A10465
RGB
CMYK
RGB Variations
Color information
#A10465 (or 0xA10465) is known color: Eggplant. HEX triplet: A1, 04 and 65. RGB value is (161,4,101). Sum of RGB (Red+Green+Blue) = 161+4+101=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A10465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10465 is #5EFB9A. Grayscale: #3D3D3D. Windows color (decimal): -6224795 or 6620321. OLE color: 6620321.
HSL color Cylindrical-coordinate representation of color #A10465: hue angle of 322.93º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10465 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.37 |
| HSL | 322.93º | 0.95% | 0.32% | - |
| HSV(B) | 322.93º | 0.98% | 0.63% | - |
| XYZ | 17.09 | 8.6 | 13.07 | - |
| YUV | 62 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 101 | 0 | 0.98 | 0.37 | 0.37 | 322.93 | 0.95 | 0.32 |
| Hex | A1 | 4 | 65 | 0 | 62 | 25 | 25 | 143 | 5F | 20 |
| Octal | 241 | 4 | 145 | 0 | 142 | 45 | 45 | 503 | 137 | 40 |
| Binary | 10100001 | 100 | 1100101 | 0 | 1100010 | 100101 | 100101 | 101000011 | 1011111 | 100000 |
Color Harmonies of #A10465
Complementary color
Monochromatic Colors of #A10465
Black with #A10465
Text Example
Text Example
White with #A10465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10465; }
p { color: rgb(161,4,101); }
H1.HeaderClassName
{
color: #A10465;
}
.AnyTagClassName
{
color: #A10465;
}
</style>
background-color css
<style>
a { background-color: #A10465; }
a { background-color: rgb(161,4,101); }
div.DivClassName
{
background-color: #A10465;
}
.BgClassName
{
background-color: #A10465;
}
</style>
border-color css
<style>
span { border-color: #A10465; }
span { border-color: rgb(161,4,101); }
td.TdClassName
{
border-color: #A10465;
}
.TagClassName
{
border-color: #A10465;
}
</style>