Shades of Deep Lilac #A556CF
Tints of Deep Lilac #A556CF
RGB
CMYK
RGB Variations
Color information
#A556CF (or 0xA556CF) is known color: Deep Lilac. HEX triplet: A5, 56 and CF. RGB value is (165,86,207). Sum of RGB (Red+Green+Blue) = 165+86+207=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #A556CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CF is #5AA930. Grayscale: #7B7B7B. Windows color (decimal): -5941553 or 13588133. OLE color: 13588133.
HSL color Cylindrical-coordinate representation of color #A556CF: hue angle of 279.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A556CF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 86 | 207 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.19 |
| HSL | 279.17º | 0.56% | 0.57% | - |
| HSV(B) | 279.17º | 0.58% | 0.81% | - |
| XYZ | 30.11 | 19.16 | 61.14 | - |
| YUV | 123.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 207 | 0.20 | 0.58 | 0 | 0.19 | 279.17 | 0.56 | 0.57 |
| Hex | A5 | 56 | CF | 14 | 3A | 0 | 13 | 117 | 38 | 39 |
| Octal | 245 | 126 | 317 | 24 | 72 | 0 | 23 | 427 | 70 | 71 |
| Binary | 10100101 | 1010110 | 11001111 | 10100 | 111010 | 0 | 10011 | 100010111 | 111000 | 111001 |
Color Harmonies of #A556CF
Complementary color
Monochromatic Colors of #A556CF
Black with #A556CF
Text Example
Text Example
White with #A556CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556CF; }
p { color: rgb(165,86,207); }
H1.HeaderClassName
{
color: #A556CF;
}
.AnyTagClassName
{
color: #A556CF;
}
</style>
background-color css
<style>
a { background-color: #A556CF; }
a { background-color: rgb(165,86,207); }
div.DivClassName
{
background-color: #A556CF;
}
.BgClassName
{
background-color: #A556CF;
}
</style>
border-color css
<style>
span { border-color: #A556CF; }
span { border-color: rgb(165,86,207); }
td.TdClassName
{
border-color: #A556CF;
}
.TagClassName
{
border-color: #A556CF;
}
</style>