Shades of Deep Lilac #A561BD
Tints of Deep Lilac #A561BD
RGB
CMYK
RGB Variations
Color information
#A561BD (or 0xA561BD) is known color: Deep Lilac. HEX triplet: A5, 61 and BD. RGB value is (165,97,189). Sum of RGB (Red+Green+Blue) = 165+97+189=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A561BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561BD is #5A9E42. Grayscale: #7F7F7F. Windows color (decimal): -5938755 or 12411301. OLE color: 12411301.
HSL color Cylindrical-coordinate representation of color #A561BD: hue angle of 284.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A561BD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 97 | 189 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.26 |
| HSL | 284.35º | 0.41% | 0.56% | - |
| HSV(B) | 284.35º | 0.49% | 0.74% | - |
| XYZ | 28.98 | 20.22 | 50.52 | - |
| YUV | 127.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 189 | 0.13 | 0.49 | 0 | 0.26 | 284.35 | 0.41 | 0.56 |
| Hex | A5 | 61 | BD | D | 31 | 0 | 1A | 11C | 29 | 38 |
| Octal | 245 | 141 | 275 | 15 | 61 | 0 | 32 | 434 | 51 | 70 |
| Binary | 10100101 | 1100001 | 10111101 | 1101 | 110001 | 0 | 11010 | 100011100 | 101001 | 111000 |
Color Harmonies of #A561BD
Complementary color
Monochromatic Colors of #A561BD
Black with #A561BD
Text Example
Text Example
White with #A561BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A561BD; }
p { color: rgb(165,97,189); }
H1.HeaderClassName
{
color: #A561BD;
}
.AnyTagClassName
{
color: #A561BD;
}
</style>
background-color css
<style>
a { background-color: #A561BD; }
a { background-color: rgb(165,97,189); }
div.DivClassName
{
background-color: #A561BD;
}
.BgClassName
{
background-color: #A561BD;
}
</style>
border-color css
<style>
span { border-color: #A561BD; }
span { border-color: rgb(165,97,189); }
td.TdClassName
{
border-color: #A561BD;
}
.TagClassName
{
border-color: #A561BD;
}
</style>