Shades of Deep Lilac #A554C6
Tints of Deep Lilac #A554C6
RGB
CMYK
RGB Variations
Color information
#A554C6 (or 0xA554C6) is known color: Deep Lilac. HEX triplet: A5, 54 and C6. RGB value is (165,84,198). Sum of RGB (Red+Green+Blue) = 165+84+198=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #A554C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554C6 is #5AAB39. Grayscale: #787878. Windows color (decimal): -5942074 or 12997797. OLE color: 12997797.
HSL color Cylindrical-coordinate representation of color #A554C6: hue angle of 282.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A554C6 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 84 | 198 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.22 |
| HSL | 282.63º | 0.5% | 0.55% | - |
| HSV(B) | 282.63º | 0.58% | 0.78% | - |
| XYZ | 28.88 | 18.42 | 55.46 | - |
| YUV | 121.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 198 | 0.17 | 0.58 | 0 | 0.22 | 282.63 | 0.5 | 0.55 |
| Hex | A5 | 54 | C6 | 11 | 3A | 0 | 16 | 11B | 32 | 37 |
| Octal | 245 | 124 | 306 | 21 | 72 | 0 | 26 | 433 | 62 | 67 |
| Binary | 10100101 | 1010100 | 11000110 | 10001 | 111010 | 0 | 10110 | 100011011 | 110010 | 110111 |
Color Harmonies of #A554C6
Complementary color
Monochromatic Colors of #A554C6
Black with #A554C6
Text Example
Text Example
White with #A554C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554C6; }
p { color: rgb(165,84,198); }
H1.HeaderClassName
{
color: #A554C6;
}
.AnyTagClassName
{
color: #A554C6;
}
</style>
background-color css
<style>
a { background-color: #A554C6; }
a { background-color: rgb(165,84,198); }
div.DivClassName
{
background-color: #A554C6;
}
.BgClassName
{
background-color: #A554C6;
}
</style>
border-color css
<style>
span { border-color: #A554C6; }
span { border-color: rgb(165,84,198); }
td.TdClassName
{
border-color: #A554C6;
}
.TagClassName
{
border-color: #A554C6;
}
</style>