Shades of Eggplant #A50168
Tints of Eggplant #A50168
RGB
CMYK
RGB Variations
Color information
#A50168 (or 0xA50168) is known color: Eggplant. HEX triplet: A5, 01 and 68. RGB value is (165,1,104). Sum of RGB (Red+Green+Blue) = 165+1+104=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50168 is #5AFE97. Grayscale: #3D3D3D. Windows color (decimal): -5963416 or 6816165. OLE color: 6816165.
HSL color Cylindrical-coordinate representation of color #A50168: hue angle of 322.32º 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 #A50168 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.35 |
| HSL | 322.32º | 0.99% | 0.33% | - |
| HSV(B) | 322.32º | 0.99% | 0.65% | - |
| XYZ | 18.03 | 9.02 | 13.89 | - |
| YUV | 61.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 104 | 0 | 0.99 | 0.37 | 0.35 | 322.32 | 0.99 | 0.33 |
| Hex | A5 | 1 | 68 | 0 | 63 | 25 | 23 | 142 | 63 | 21 |
| Octal | 245 | 1 | 150 | 0 | 143 | 45 | 43 | 502 | 143 | 41 |
| Binary | 10100101 | 1 | 1101000 | 0 | 1100011 | 100101 | 100011 | 101000010 | 1100011 | 100001 |
Color Harmonies of #A50168
Complementary color
Monochromatic Colors of #A50168
Black with #A50168
Text Example
Text Example
White with #A50168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50168; }
p { color: rgb(165,1,104); }
H1.HeaderClassName
{
color: #A50168;
}
.AnyTagClassName
{
color: #A50168;
}
</style>
background-color css
<style>
a { background-color: #A50168; }
a { background-color: rgb(165,1,104); }
div.DivClassName
{
background-color: #A50168;
}
.BgClassName
{
background-color: #A50168;
}
</style>
border-color css
<style>
span { border-color: #A50168; }
span { border-color: rgb(165,1,104); }
td.TdClassName
{
border-color: #A50168;
}
.TagClassName
{
border-color: #A50168;
}
</style>