Shades of Eggplant #A10265
Tints of Eggplant #A10265
RGB
CMYK
RGB Variations
Color information
#A10265 (or 0xA10265) is known color: Eggplant. HEX triplet: A1, 02 and 65. RGB value is (161,2,101). Sum of RGB (Red+Green+Blue) = 161+2+101=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A10265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10265 is #5EFD9A. Grayscale: #3C3C3C. Windows color (decimal): -6225307 or 6619809. OLE color: 6619809.
HSL color Cylindrical-coordinate representation of color #A10265: hue angle of 322.64º degrees, saturation: 0.98, 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 #A10265 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.37 |
| HSL | 322.64º | 0.98% | 0.32% | - |
| HSV(B) | 322.64º | 0.99% | 0.63% | - |
| XYZ | 17.07 | 8.56 | 13.06 | - |
| YUV | 60.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 101 | 0 | 0.99 | 0.37 | 0.37 | 322.64 | 0.98 | 0.32 |
| Hex | A1 | 2 | 65 | 0 | 63 | 25 | 25 | 143 | 62 | 20 |
| Octal | 241 | 2 | 145 | 0 | 143 | 45 | 45 | 503 | 142 | 40 |
| Binary | 10100001 | 10 | 1100101 | 0 | 1100011 | 100101 | 100101 | 101000011 | 1100010 | 100000 |
Color Harmonies of #A10265
Complementary color
Monochromatic Colors of #A10265
Black with #A10265
Text Example
Text Example
White with #A10265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10265; }
p { color: rgb(161,2,101); }
H1.HeaderClassName
{
color: #A10265;
}
.AnyTagClassName
{
color: #A10265;
}
</style>
background-color css
<style>
a { background-color: #A10265; }
a { background-color: rgb(161,2,101); }
div.DivClassName
{
background-color: #A10265;
}
.BgClassName
{
background-color: #A10265;
}
</style>
border-color css
<style>
span { border-color: #A10265; }
span { border-color: rgb(161,2,101); }
td.TdClassName
{
border-color: #A10265;
}
.TagClassName
{
border-color: #A10265;
}
</style>