Shades of Deep Lilac #A560B8
Tints of Deep Lilac #A560B8
RGB
CMYK
RGB Variations
Color information
#A560B8 (or 0xA560B8) is known color: Deep Lilac. HEX triplet: A5, 60 and B8. RGB value is (165,96,184). Sum of RGB (Red+Green+Blue) = 165+96+184=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #A560B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560B8 is #5A9F47. Grayscale: #7E7E7E. Windows color (decimal): -5939016 or 12083365. OLE color: 12083365.
HSL color Cylindrical-coordinate representation of color #A560B8: hue angle of 287.05º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A560B8 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 96 | 184 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.28 |
| HSL | 287.05º | 0.38% | 0.55% | - |
| HSV(B) | 287.05º | 0.48% | 0.72% | - |
| XYZ | 28.35 | 19.83 | 47.68 | - |
| YUV | 126.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 184 | 0.10 | 0.48 | 0 | 0.28 | 287.05 | 0.38 | 0.55 |
| Hex | A5 | 60 | B8 | A | 30 | 0 | 1C | 11F | 26 | 37 |
| Octal | 245 | 140 | 270 | 12 | 60 | 0 | 34 | 437 | 46 | 67 |
| Binary | 10100101 | 1100000 | 10111000 | 1010 | 110000 | 0 | 11100 | 100011111 | 100110 | 110111 |
Color Harmonies of #A560B8
Complementary color
Monochromatic Colors of #A560B8
Black with #A560B8
Text Example
Text Example
White with #A560B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560B8; }
p { color: rgb(165,96,184); }
H1.HeaderClassName
{
color: #A560B8;
}
.AnyTagClassName
{
color: #A560B8;
}
</style>
background-color css
<style>
a { background-color: #A560B8; }
a { background-color: rgb(165,96,184); }
div.DivClassName
{
background-color: #A560B8;
}
.BgClassName
{
background-color: #A560B8;
}
</style>
border-color css
<style>
span { border-color: #A560B8; }
span { border-color: rgb(165,96,184); }
td.TdClassName
{
border-color: #A560B8;
}
.TagClassName
{
border-color: #A560B8;
}
</style>