Shades of Deep Lilac #A550CF
Tints of Deep Lilac #A550CF
RGB
CMYK
RGB Variations
Color information
#A550CF (or 0xA550CF) is known color: Deep Lilac. HEX triplet: A5, 50 and CF. RGB value is (165,80,207). Sum of RGB (Red+Green+Blue) = 165+80+207=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #A550CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550CF is #5AAF30. Grayscale: #777777. Windows color (decimal): -5943089 or 13586597. OLE color: 13586597.
HSL color Cylindrical-coordinate representation of color #A550CF: hue angle of 280.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A550CF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 80 | 207 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.19 |
| HSL | 280.16º | 0.57% | 0.56% | - |
| HSV(B) | 280.16º | 0.61% | 0.81% | - |
| XYZ | 29.65 | 18.24 | 60.99 | - |
| YUV | 119.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 207 | 0.20 | 0.61 | 0 | 0.19 | 280.16 | 0.57 | 0.56 |
| Hex | A5 | 50 | CF | 14 | 3D | 0 | 13 | 118 | 39 | 38 |
| Octal | 245 | 120 | 317 | 24 | 75 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100101 | 1010000 | 11001111 | 10100 | 111101 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A550CF
Complementary color
Monochromatic Colors of #A550CF
Black with #A550CF
Text Example
Text Example
White with #A550CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550CF; }
p { color: rgb(165,80,207); }
H1.HeaderClassName
{
color: #A550CF;
}
.AnyTagClassName
{
color: #A550CF;
}
</style>
background-color css
<style>
a { background-color: #A550CF; }
a { background-color: rgb(165,80,207); }
div.DivClassName
{
background-color: #A550CF;
}
.BgClassName
{
background-color: #A550CF;
}
</style>
border-color css
<style>
span { border-color: #A550CF; }
span { border-color: rgb(165,80,207); }
td.TdClassName
{
border-color: #A550CF;
}
.TagClassName
{
border-color: #A550CF;
}
</style>