Shades of Deep Lilac #A554CF
Tints of Deep Lilac #A554CF
RGB
CMYK
RGB Variations
Color information
#A554CF (or 0xA554CF) is known color: Deep Lilac. HEX triplet: A5, 54 and CF. RGB value is (165,84,207). Sum of RGB (Red+Green+Blue) = 165+84+207=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A554CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554CF is #5AAB30. Grayscale: #797979. Windows color (decimal): -5942065 or 13587621. OLE color: 13587621.
HSL color Cylindrical-coordinate representation of color #A554CF: hue angle of 279.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A554CF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 84 | 207 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.19 |
| HSL | 279.51º | 0.56% | 0.57% | - |
| HSV(B) | 279.51º | 0.59% | 0.81% | - |
| XYZ | 29.95 | 18.84 | 61.09 | - |
| YUV | 122.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 207 | 0.20 | 0.59 | 0 | 0.19 | 279.51 | 0.56 | 0.57 |
| Hex | A5 | 54 | CF | 14 | 3B | 0 | 13 | 118 | 38 | 39 |
| Octal | 245 | 124 | 317 | 24 | 73 | 0 | 23 | 430 | 70 | 71 |
| Binary | 10100101 | 1010100 | 11001111 | 10100 | 111011 | 0 | 10011 | 100011000 | 111000 | 111001 |
Color Harmonies of #A554CF
Complementary color
Monochromatic Colors of #A554CF
Black with #A554CF
Text Example
Text Example
White with #A554CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554CF; }
p { color: rgb(165,84,207); }
H1.HeaderClassName
{
color: #A554CF;
}
.AnyTagClassName
{
color: #A554CF;
}
</style>
background-color css
<style>
a { background-color: #A554CF; }
a { background-color: rgb(165,84,207); }
div.DivClassName
{
background-color: #A554CF;
}
.BgClassName
{
background-color: #A554CF;
}
</style>
border-color css
<style>
span { border-color: #A554CF; }
span { border-color: rgb(165,84,207); }
td.TdClassName
{
border-color: #A554CF;
}
.TagClassName
{
border-color: #A554CF;
}
</style>