Shades of Deep Lilac #A956C4
Tints of Deep Lilac #A956C4
RGB
CMYK
RGB Variations
Color information
#A956C4 (or 0xA956C4) is known color: Deep Lilac. HEX triplet: A9, 56 and C4. RGB value is (169,86,196). Sum of RGB (Red+Green+Blue) = 169+86+196=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #A956C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956C4 is #56A93B. Grayscale: #7B7B7B. Windows color (decimal): -5679420 or 12867241. OLE color: 12867241.
HSL color Cylindrical-coordinate representation of color #A956C4: hue angle of 285.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A956C4 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 86 | 196 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.23 |
| HSL | 285.27º | 0.48% | 0.55% | - |
| HSV(B) | 285.27º | 0.56% | 0.77% | - |
| XYZ | 29.65 | 19.08 | 54.34 | - |
| YUV | 123.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 196 | 0.14 | 0.56 | 0 | 0.23 | 285.27 | 0.48 | 0.55 |
| Hex | A9 | 56 | C4 | E | 38 | 0 | 17 | 11D | 30 | 37 |
| Octal | 251 | 126 | 304 | 16 | 70 | 0 | 27 | 435 | 60 | 67 |
| Binary | 10101001 | 1010110 | 11000100 | 1110 | 111000 | 0 | 10111 | 100011101 | 110000 | 110111 |
Color Harmonies of #A956C4
Complementary color
Monochromatic Colors of #A956C4
Black with #A956C4
Text Example
Text Example
White with #A956C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956C4; }
p { color: rgb(169,86,196); }
H1.HeaderClassName
{
color: #A956C4;
}
.AnyTagClassName
{
color: #A956C4;
}
</style>
background-color css
<style>
a { background-color: #A956C4; }
a { background-color: rgb(169,86,196); }
div.DivClassName
{
background-color: #A956C4;
}
.BgClassName
{
background-color: #A956C4;
}
</style>
border-color css
<style>
span { border-color: #A956C4; }
span { border-color: rgb(169,86,196); }
td.TdClassName
{
border-color: #A956C4;
}
.TagClassName
{
border-color: #A956C4;
}
</style>