Shades of Deep Lilac #A560BE
Tints of Deep Lilac #A560BE
RGB
CMYK
RGB Variations
Color information
#A560BE (or 0xA560BE) is known color: Deep Lilac. HEX triplet: A5, 60 and BE. RGB value is (165,96,190). Sum of RGB (Red+Green+Blue) = 165+96+190=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A560BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560BE is #5A9F41. Grayscale: #7F7F7F. Windows color (decimal): -5939010 or 12476581. OLE color: 12476581.
HSL color Cylindrical-coordinate representation of color #A560BE: hue angle of 284.04º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A560BE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 96 | 190 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.25 |
| HSL | 284.04º | 0.42% | 0.56% | - |
| HSV(B) | 284.04º | 0.49% | 0.75% | - |
| XYZ | 28.99 | 20.08 | 51.06 | - |
| YUV | 127.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 190 | 0.13 | 0.49 | 0 | 0.25 | 284.04 | 0.42 | 0.56 |
| Hex | A5 | 60 | BE | D | 31 | 0 | 19 | 11C | 2A | 38 |
| Octal | 245 | 140 | 276 | 15 | 61 | 0 | 31 | 434 | 52 | 70 |
| Binary | 10100101 | 1100000 | 10111110 | 1101 | 110001 | 0 | 11001 | 100011100 | 101010 | 111000 |
Color Harmonies of #A560BE
Complementary color
Monochromatic Colors of #A560BE
Black with #A560BE
Text Example
Text Example
White with #A560BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560BE; }
p { color: rgb(165,96,190); }
H1.HeaderClassName
{
color: #A560BE;
}
.AnyTagClassName
{
color: #A560BE;
}
</style>
background-color css
<style>
a { background-color: #A560BE; }
a { background-color: rgb(165,96,190); }
div.DivClassName
{
background-color: #A560BE;
}
.BgClassName
{
background-color: #A560BE;
}
</style>
border-color css
<style>
span { border-color: #A560BE; }
span { border-color: rgb(165,96,190); }
td.TdClassName
{
border-color: #A560BE;
}
.TagClassName
{
border-color: #A560BE;
}
</style>