Shades of Deep Lilac #A564BA
Tints of Deep Lilac #A564BA
RGB
CMYK
RGB Variations
Color information
#A564BA (or 0xA564BA) is known color: Deep Lilac. HEX triplet: A5, 64 and BA. RGB value is (165,100,186). Sum of RGB (Red+Green+Blue) = 165+100+186=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A564BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564BA is #5A9B45. Grayscale: #808080. Windows color (decimal): -5937990 or 12215461. OLE color: 12215461.
HSL color Cylindrical-coordinate representation of color #A564BA: hue angle of 285.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A564BA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 100 | 186 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.27 |
| HSL | 285.35º | 0.38% | 0.56% | - |
| HSV(B) | 285.35º | 0.46% | 0.73% | - |
| XYZ | 28.94 | 20.66 | 48.92 | - |
| YUV | 129.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 186 | 0.11 | 0.46 | 0 | 0.27 | 285.35 | 0.38 | 0.56 |
| Hex | A5 | 64 | BA | B | 2E | 0 | 1B | 11D | 26 | 38 |
| Octal | 245 | 144 | 272 | 13 | 56 | 0 | 33 | 435 | 46 | 70 |
| Binary | 10100101 | 1100100 | 10111010 | 1011 | 101110 | 0 | 11011 | 100011101 | 100110 | 111000 |
Color Harmonies of #A564BA
Complementary color
Monochromatic Colors of #A564BA
Black with #A564BA
Text Example
Text Example
White with #A564BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564BA; }
p { color: rgb(165,100,186); }
H1.HeaderClassName
{
color: #A564BA;
}
.AnyTagClassName
{
color: #A564BA;
}
</style>
background-color css
<style>
a { background-color: #A564BA; }
a { background-color: rgb(165,100,186); }
div.DivClassName
{
background-color: #A564BA;
}
.BgClassName
{
background-color: #A564BA;
}
</style>
border-color css
<style>
span { border-color: #A564BA; }
span { border-color: rgb(165,100,186); }
td.TdClassName
{
border-color: #A564BA;
}
.TagClassName
{
border-color: #A564BA;
}
</style>