Shades of Deep Lilac #A554C8
Tints of Deep Lilac #A554C8
RGB
CMYK
RGB Variations
Color information
#A554C8 (or 0xA554C8) is known color: Deep Lilac. HEX triplet: A5, 54 and C8. RGB value is (165,84,200). Sum of RGB (Red+Green+Blue) = 165+84+200=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #A554C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554C8 is #5AAB37. Grayscale: #797979. Windows color (decimal): -5942072 or 13128869. OLE color: 13128869.
HSL color Cylindrical-coordinate representation of color #A554C8: hue angle of 281.9º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A554C8 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 84 | 200 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.22 |
| HSL | 281.9º | 0.51% | 0.56% | - |
| HSV(B) | 281.9º | 0.58% | 0.78% | - |
| XYZ | 29.11 | 18.51 | 56.68 | - |
| YUV | 121.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 200 | 0.18 | 0.58 | 0 | 0.22 | 281.9 | 0.51 | 0.56 |
| Hex | A5 | 54 | C8 | 12 | 3A | 0 | 16 | 11A | 33 | 38 |
| Octal | 245 | 124 | 310 | 22 | 72 | 0 | 26 | 432 | 63 | 70 |
| Binary | 10100101 | 1010100 | 11001000 | 10010 | 111010 | 0 | 10110 | 100011010 | 110011 | 111000 |
Color Harmonies of #A554C8
Complementary color
Monochromatic Colors of #A554C8
Black with #A554C8
Text Example
Text Example
White with #A554C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554C8; }
p { color: rgb(165,84,200); }
H1.HeaderClassName
{
color: #A554C8;
}
.AnyTagClassName
{
color: #A554C8;
}
</style>
background-color css
<style>
a { background-color: #A554C8; }
a { background-color: rgb(165,84,200); }
div.DivClassName
{
background-color: #A554C8;
}
.BgClassName
{
background-color: #A554C8;
}
</style>
border-color css
<style>
span { border-color: #A554C8; }
span { border-color: rgb(165,84,200); }
td.TdClassName
{
border-color: #A554C8;
}
.TagClassName
{
border-color: #A554C8;
}
</style>