Shades of Deep Lilac #A564BD
Tints of Deep Lilac #A564BD
RGB
CMYK
RGB Variations
Color information
#A564BD (or 0xA564BD) is known color: Deep Lilac. HEX triplet: A5, 64 and BD. RGB value is (165,100,189). Sum of RGB (Red+Green+Blue) = 165+100+189=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A564BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564BD is #5A9B42. Grayscale: #818181. Windows color (decimal): -5937987 or 12412069. OLE color: 12412069.
HSL color Cylindrical-coordinate representation of color #A564BD: hue angle of 283.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A564BD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 100 | 189 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.26 |
| HSL | 283.82º | 0.4% | 0.57% | - |
| HSV(B) | 283.82º | 0.47% | 0.74% | - |
| XYZ | 29.26 | 20.79 | 50.61 | - |
| YUV | 129.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 189 | 0.13 | 0.47 | 0 | 0.26 | 283.82 | 0.4 | 0.57 |
| Hex | A5 | 64 | BD | D | 2F | 0 | 1A | 11C | 28 | 39 |
| Octal | 245 | 144 | 275 | 15 | 57 | 0 | 32 | 434 | 50 | 71 |
| Binary | 10100101 | 1100100 | 10111101 | 1101 | 101111 | 0 | 11010 | 100011100 | 101000 | 111001 |
Color Harmonies of #A564BD
Complementary color
Monochromatic Colors of #A564BD
Black with #A564BD
Text Example
Text Example
White with #A564BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564BD; }
p { color: rgb(165,100,189); }
H1.HeaderClassName
{
color: #A564BD;
}
.AnyTagClassName
{
color: #A564BD;
}
</style>
background-color css
<style>
a { background-color: #A564BD; }
a { background-color: rgb(165,100,189); }
div.DivClassName
{
background-color: #A564BD;
}
.BgClassName
{
background-color: #A564BD;
}
</style>
border-color css
<style>
span { border-color: #A564BD; }
span { border-color: rgb(165,100,189); }
td.TdClassName
{
border-color: #A564BD;
}
.TagClassName
{
border-color: #A564BD;
}
</style>