Shades of Deep Lilac #A555CF
Tints of Deep Lilac #A555CF
RGB
CMYK
RGB Variations
Color information
#A555CF (or 0xA555CF) is known color: Deep Lilac. HEX triplet: A5, 55 and CF. RGB value is (165,85,207). Sum of RGB (Red+Green+Blue) = 165+85+207=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A555CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555CF is #5AAA30. Grayscale: #7A7A7A. Windows color (decimal): -5941809 or 13587877. OLE color: 13587877.
HSL color Cylindrical-coordinate representation of color #A555CF: hue angle of 279.34º 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 #A555CF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 85 | 207 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.19 |
| HSL | 279.34º | 0.56% | 0.57% | - |
| HSV(B) | 279.34º | 0.59% | 0.81% | - |
| XYZ | 30.03 | 19 | 61.12 | - |
| YUV | 122.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 207 | 0.20 | 0.59 | 0 | 0.19 | 279.34 | 0.56 | 0.57 |
| Hex | A5 | 55 | CF | 14 | 3B | 0 | 13 | 117 | 38 | 39 |
| Octal | 245 | 125 | 317 | 24 | 73 | 0 | 23 | 427 | 70 | 71 |
| Binary | 10100101 | 1010101 | 11001111 | 10100 | 111011 | 0 | 10011 | 100010111 | 111000 | 111001 |
Color Harmonies of #A555CF
Complementary color
Monochromatic Colors of #A555CF
Black with #A555CF
Text Example
Text Example
White with #A555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555CF; }
p { color: rgb(165,85,207); }
H1.HeaderClassName
{
color: #A555CF;
}
.AnyTagClassName
{
color: #A555CF;
}
</style>
background-color css
<style>
a { background-color: #A555CF; }
a { background-color: rgb(165,85,207); }
div.DivClassName
{
background-color: #A555CF;
}
.BgClassName
{
background-color: #A555CF;
}
</style>
border-color css
<style>
span { border-color: #A555CF; }
span { border-color: rgb(165,85,207); }
td.TdClassName
{
border-color: #A555CF;
}
.TagClassName
{
border-color: #A555CF;
}
</style>