Shades of Eggplant #A5016C
Tints of Eggplant #A5016C
RGB
CMYK
RGB Variations
Color information
#A5016C (or 0xA5016C) is known color: Eggplant. HEX triplet: A5, 01 and 6C. RGB value is (165,1,108). Sum of RGB (Red+Green+Blue) = 165+1+108=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5016C is #5AFE93. Grayscale: #3D3D3D. Windows color (decimal): -5963412 or 7078309. OLE color: 7078309.
HSL color Cylindrical-coordinate representation of color #A5016C: hue angle of 320.85º 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 #A5016C is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.35 |
| HSL | 320.85º | 0.99% | 0.33% | - |
| HSV(B) | 320.85º | 0.99% | 0.65% | - |
| XYZ | 18.23 | 9.1 | 14.98 | - |
| YUV | 62.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 108 | 0 | 0.99 | 0.35 | 0.35 | 320.85 | 0.99 | 0.33 |
| Hex | A5 | 1 | 6C | 0 | 63 | 23 | 23 | 141 | 63 | 21 |
| Octal | 245 | 1 | 154 | 0 | 143 | 43 | 43 | 501 | 143 | 41 |
| Binary | 10100101 | 1 | 1101100 | 0 | 1100011 | 100011 | 100011 | 101000001 | 1100011 | 100001 |
Color Harmonies of #A5016C
Complementary color
Monochromatic Colors of #A5016C
Black with #A5016C
Text Example
Text Example
White with #A5016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5016C; }
p { color: rgb(165,1,108); }
H1.HeaderClassName
{
color: #A5016C;
}
.AnyTagClassName
{
color: #A5016C;
}
</style>
background-color css
<style>
a { background-color: #A5016C; }
a { background-color: rgb(165,1,108); }
div.DivClassName
{
background-color: #A5016C;
}
.BgClassName
{
background-color: #A5016C;
}
</style>
border-color css
<style>
span { border-color: #A5016C; }
span { border-color: rgb(165,1,108); }
td.TdClassName
{
border-color: #A5016C;
}
.TagClassName
{
border-color: #A5016C;
}
</style>