Shades of Deep Lilac #A556CA
Tints of Deep Lilac #A556CA
RGB
CMYK
RGB Variations
Color information
#A556CA (or 0xA556CA) is known color: Deep Lilac. HEX triplet: A5, 56 and CA. RGB value is (165,86,202). Sum of RGB (Red+Green+Blue) = 165+86+202=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #A556CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CA is #5AA935. Grayscale: #7A7A7A. Windows color (decimal): -5941558 or 13260453. OLE color: 13260453.
HSL color Cylindrical-coordinate representation of color #A556CA: hue angle of 280.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A556CA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 86 | 202 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.21 |
| HSL | 280.86º | 0.52% | 0.56% | - |
| HSV(B) | 280.86º | 0.57% | 0.79% | - |
| XYZ | 29.51 | 18.92 | 57.97 | - |
| YUV | 122.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 202 | 0.18 | 0.57 | 0 | 0.21 | 280.86 | 0.52 | 0.56 |
| Hex | A5 | 56 | CA | 12 | 39 | 0 | 15 | 119 | 34 | 38 |
| Octal | 245 | 126 | 312 | 22 | 71 | 0 | 25 | 431 | 64 | 70 |
| Binary | 10100101 | 1010110 | 11001010 | 10010 | 111001 | 0 | 10101 | 100011001 | 110100 | 111000 |
Color Harmonies of #A556CA
Complementary color
Monochromatic Colors of #A556CA
Black with #A556CA
Text Example
Text Example
White with #A556CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556CA; }
p { color: rgb(165,86,202); }
H1.HeaderClassName
{
color: #A556CA;
}
.AnyTagClassName
{
color: #A556CA;
}
</style>
background-color css
<style>
a { background-color: #A556CA; }
a { background-color: rgb(165,86,202); }
div.DivClassName
{
background-color: #A556CA;
}
.BgClassName
{
background-color: #A556CA;
}
</style>
border-color css
<style>
span { border-color: #A556CA; }
span { border-color: rgb(165,86,202); }
td.TdClassName
{
border-color: #A556CA;
}
.TagClassName
{
border-color: #A556CA;
}
</style>