Shades of Deep Lilac #A563BD
Tints of Deep Lilac #A563BD
RGB
CMYK
RGB Variations
Color information
#A563BD (or 0xA563BD) is known color: Deep Lilac. HEX triplet: A5, 63 and BD. RGB value is (165,99,189). Sum of RGB (Red+Green+Blue) = 165+99+189=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #A563BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563BD is #5A9C42. Grayscale: #808080. Windows color (decimal): -5938243 or 12411813. OLE color: 12411813.
HSL color Cylindrical-coordinate representation of color #A563BD: hue angle of 284º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A563BD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 99 | 189 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.26 |
| HSL | 284º | 0.41% | 0.56% | - |
| HSV(B) | 284º | 0.48% | 0.74% | - |
| XYZ | 29.16 | 20.6 | 50.58 | - |
| YUV | 128.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 189 | 0.13 | 0.48 | 0 | 0.26 | 284 | 0.41 | 0.56 |
| Hex | A5 | 63 | BD | D | 30 | 0 | 1A | 11C | 29 | 38 |
| Octal | 245 | 143 | 275 | 15 | 60 | 0 | 32 | 434 | 51 | 70 |
| Binary | 10100101 | 1100011 | 10111101 | 1101 | 110000 | 0 | 11010 | 100011100 | 101001 | 111000 |
Color Harmonies of #A563BD
Complementary color
Monochromatic Colors of #A563BD
Black with #A563BD
Text Example
Text Example
White with #A563BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563BD; }
p { color: rgb(165,99,189); }
H1.HeaderClassName
{
color: #A563BD;
}
.AnyTagClassName
{
color: #A563BD;
}
</style>
background-color css
<style>
a { background-color: #A563BD; }
a { background-color: rgb(165,99,189); }
div.DivClassName
{
background-color: #A563BD;
}
.BgClassName
{
background-color: #A563BD;
}
</style>
border-color css
<style>
span { border-color: #A563BD; }
span { border-color: rgb(165,99,189); }
td.TdClassName
{
border-color: #A563BD;
}
.TagClassName
{
border-color: #A563BD;
}
</style>