Shades of Eggplant #A5016A
Tints of Eggplant #A5016A
RGB
CMYK
RGB Variations
Color information
#A5016A (or 0xA5016A) is known color: Eggplant. HEX triplet: A5, 01 and 6A. RGB value is (165,1,106). Sum of RGB (Red+Green+Blue) = 165+1+106=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A5016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5016A is #5AFE95. Grayscale: #3D3D3D. Windows color (decimal): -5963414 or 6947237. OLE color: 6947237.
HSL color Cylindrical-coordinate representation of color #A5016A: hue angle of 321.59º 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 #A5016A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.35 |
| HSL | 321.59º | 0.99% | 0.33% | - |
| HSV(B) | 321.59º | 0.99% | 0.65% | - |
| XYZ | 18.13 | 9.06 | 14.43 | - |
| YUV | 62.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 106 | 0 | 0.99 | 0.36 | 0.35 | 321.59 | 0.99 | 0.33 |
| Hex | A5 | 1 | 6A | 0 | 63 | 24 | 23 | 142 | 63 | 21 |
| Octal | 245 | 1 | 152 | 0 | 143 | 44 | 43 | 502 | 143 | 41 |
| Binary | 10100101 | 1 | 1101010 | 0 | 1100011 | 100100 | 100011 | 101000010 | 1100011 | 100001 |
Color Harmonies of #A5016A
Complementary color
Monochromatic Colors of #A5016A
Black with #A5016A
Text Example
Text Example
White with #A5016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5016A; }
p { color: rgb(165,1,106); }
H1.HeaderClassName
{
color: #A5016A;
}
.AnyTagClassName
{
color: #A5016A;
}
</style>
background-color css
<style>
a { background-color: #A5016A; }
a { background-color: rgb(165,1,106); }
div.DivClassName
{
background-color: #A5016A;
}
.BgClassName
{
background-color: #A5016A;
}
</style>
border-color css
<style>
span { border-color: #A5016A; }
span { border-color: rgb(165,1,106); }
td.TdClassName
{
border-color: #A5016A;
}
.TagClassName
{
border-color: #A5016A;
}
</style>