Shades of Eggplant #A50266
Tints of Eggplant #A50266
RGB
CMYK
RGB Variations
Color information
#A50266 (or 0xA50266) is known color: Eggplant. HEX triplet: A5, 02 and 66. RGB value is (165,2,102). Sum of RGB (Red+Green+Blue) = 165+2+102=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A50266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50266 is #5AFD99. Grayscale: #3D3D3D. Windows color (decimal): -5963162 or 6685349. OLE color: 6685349.
HSL color Cylindrical-coordinate representation of color #A50266: hue angle of 323.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50266 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.35 |
| HSL | 323.19º | 0.98% | 0.33% | - |
| HSV(B) | 323.19º | 0.99% | 0.65% | - |
| XYZ | 17.94 | 9 | 13.36 | - |
| YUV | 62.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 102 | 0 | 0.99 | 0.38 | 0.35 | 323.19 | 0.98 | 0.33 |
| Hex | A5 | 2 | 66 | 0 | 63 | 26 | 23 | 143 | 62 | 21 |
| Octal | 245 | 2 | 146 | 0 | 143 | 46 | 43 | 503 | 142 | 41 |
| Binary | 10100101 | 10 | 1100110 | 0 | 1100011 | 100110 | 100011 | 101000011 | 1100010 | 100001 |
Color Harmonies of #A50266
Complementary color
Monochromatic Colors of #A50266
Black with #A50266
Text Example
Text Example
White with #A50266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50266; }
p { color: rgb(165,2,102); }
H1.HeaderClassName
{
color: #A50266;
}
.AnyTagClassName
{
color: #A50266;
}
</style>
background-color css
<style>
a { background-color: #A50266; }
a { background-color: rgb(165,2,102); }
div.DivClassName
{
background-color: #A50266;
}
.BgClassName
{
background-color: #A50266;
}
</style>
border-color css
<style>
span { border-color: #A50266; }
span { border-color: rgb(165,2,102); }
td.TdClassName
{
border-color: #A50266;
}
.TagClassName
{
border-color: #A50266;
}
</style>