Shades of Deep Lilac #A456C7
Tints of Deep Lilac #A456C7
RGB
CMYK
RGB Variations
Color information
#A456C7 (or 0xA456C7) is known color: Deep Lilac. HEX triplet: A4, 56 and C7. RGB value is (164,86,199). Sum of RGB (Red+Green+Blue) = 164+86+199=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #A456C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456C7 is #5BA938. Grayscale: #797979. Windows color (decimal): -6007097 or 13063844. OLE color: 13063844.
HSL color Cylindrical-coordinate representation of color #A456C7: hue angle of 281.42º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A456C7 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 86 | 199 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.22 |
| HSL | 281.42º | 0.5% | 0.56% | - |
| HSV(B) | 281.42º | 0.57% | 0.78% | - |
| XYZ | 28.95 | 18.67 | 56.11 | - |
| YUV | 122.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 199 | 0.18 | 0.57 | 0 | 0.22 | 281.42 | 0.5 | 0.56 |
| Hex | A4 | 56 | C7 | 12 | 39 | 0 | 16 | 119 | 32 | 38 |
| Octal | 244 | 126 | 307 | 22 | 71 | 0 | 26 | 431 | 62 | 70 |
| Binary | 10100100 | 1010110 | 11000111 | 10010 | 111001 | 0 | 10110 | 100011001 | 110010 | 111000 |
Color Harmonies of #A456C7
Complementary color
Monochromatic Colors of #A456C7
Black with #A456C7
Text Example
Text Example
White with #A456C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456C7; }
p { color: rgb(164,86,199); }
H1.HeaderClassName
{
color: #A456C7;
}
.AnyTagClassName
{
color: #A456C7;
}
</style>
background-color css
<style>
a { background-color: #A456C7; }
a { background-color: rgb(164,86,199); }
div.DivClassName
{
background-color: #A456C7;
}
.BgClassName
{
background-color: #A456C7;
}
</style>
border-color css
<style>
span { border-color: #A456C7; }
span { border-color: rgb(164,86,199); }
td.TdClassName
{
border-color: #A456C7;
}
.TagClassName
{
border-color: #A456C7;
}
</style>