Shades of Deep Lilac #A560B9
Tints of Deep Lilac #A560B9
RGB
CMYK
RGB Variations
Color information
#A560B9 (or 0xA560B9) is known color: Deep Lilac. HEX triplet: A5, 60 and B9. RGB value is (165,96,185). Sum of RGB (Red+Green+Blue) = 165+96+185=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #A560B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560B9 is #5A9F46. Grayscale: #7E7E7E. Windows color (decimal): -5939015 or 12148901. OLE color: 12148901.
HSL color Cylindrical-coordinate representation of color #A560B9: hue angle of 286.52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A560B9 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 96 | 185 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.27 |
| HSL | 286.52º | 0.39% | 0.55% | - |
| HSV(B) | 286.52º | 0.48% | 0.73% | - |
| XYZ | 28.46 | 19.87 | 48.23 | - |
| YUV | 126.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 185 | 0.11 | 0.48 | 0 | 0.27 | 286.52 | 0.39 | 0.55 |
| Hex | A5 | 60 | B9 | B | 30 | 0 | 1B | 11F | 27 | 37 |
| Octal | 245 | 140 | 271 | 13 | 60 | 0 | 33 | 437 | 47 | 67 |
| Binary | 10100101 | 1100000 | 10111001 | 1011 | 110000 | 0 | 11011 | 100011111 | 100111 | 110111 |
Color Harmonies of #A560B9
Complementary color
Monochromatic Colors of #A560B9
Black with #A560B9
Text Example
Text Example
White with #A560B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560B9; }
p { color: rgb(165,96,185); }
H1.HeaderClassName
{
color: #A560B9;
}
.AnyTagClassName
{
color: #A560B9;
}
</style>
background-color css
<style>
a { background-color: #A560B9; }
a { background-color: rgb(165,96,185); }
div.DivClassName
{
background-color: #A560B9;
}
.BgClassName
{
background-color: #A560B9;
}
</style>
border-color css
<style>
span { border-color: #A560B9; }
span { border-color: rgb(165,96,185); }
td.TdClassName
{
border-color: #A560B9;
}
.TagClassName
{
border-color: #A560B9;
}
</style>