Shades of Eggplant #A50169
Tints of Eggplant #A50169
RGB
CMYK
RGB Variations
Color information
#A50169 (or 0xA50169) is known color: Eggplant. HEX triplet: A5, 01 and 69. RGB value is (165,1,105). Sum of RGB (Red+Green+Blue) = 165+1+105=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A50169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50169 is #5AFE96. Grayscale: #3D3D3D. Windows color (decimal): -5963415 or 6881701. OLE color: 6881701.
HSL color Cylindrical-coordinate representation of color #A50169: hue angle of 321.95º degrees, saturation: 0.99, 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 #A50169 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.35 |
| HSL | 321.95º | 0.99% | 0.33% | - |
| HSV(B) | 321.95º | 0.99% | 0.65% | - |
| XYZ | 18.08 | 9.04 | 14.16 | - |
| YUV | 61.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 105 | 0 | 0.99 | 0.36 | 0.35 | 321.95 | 0.99 | 0.33 |
| Hex | A5 | 1 | 69 | 0 | 63 | 24 | 23 | 142 | 63 | 21 |
| Octal | 245 | 1 | 151 | 0 | 143 | 44 | 43 | 502 | 143 | 41 |
| Binary | 10100101 | 1 | 1101001 | 0 | 1100011 | 100100 | 100011 | 101000010 | 1100011 | 100001 |
Color Harmonies of #A50169
Complementary color
Monochromatic Colors of #A50169
Black with #A50169
Text Example
Text Example
White with #A50169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50169; }
p { color: rgb(165,1,105); }
H1.HeaderClassName
{
color: #A50169;
}
.AnyTagClassName
{
color: #A50169;
}
</style>
background-color css
<style>
a { background-color: #A50169; }
a { background-color: rgb(165,1,105); }
div.DivClassName
{
background-color: #A50169;
}
.BgClassName
{
background-color: #A50169;
}
</style>
border-color css
<style>
span { border-color: #A50169; }
span { border-color: rgb(165,1,105); }
td.TdClassName
{
border-color: #A50169;
}
.TagClassName
{
border-color: #A50169;
}
</style>