Shades of Deep Lilac #A551CF
Tints of Deep Lilac #A551CF
RGB
CMYK
RGB Variations
Color information
#A551CF (or 0xA551CF) is known color: Deep Lilac. HEX triplet: A5, 51 and CF. RGB value is (165,81,207). Sum of RGB (Red+Green+Blue) = 165+81+207=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #A551CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551CF is #5AAE30. Grayscale: #787878. Windows color (decimal): -5942833 or 13586853. OLE color: 13586853.
HSL color Cylindrical-coordinate representation of color #A551CF: hue angle of 280º 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 #A551CF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 81 | 207 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.19 |
| HSL | 280º | 0.57% | 0.56% | - |
| HSV(B) | 280º | 0.61% | 0.81% | - |
| XYZ | 29.72 | 18.39 | 61.01 | - |
| YUV | 120.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 207 | 0.20 | 0.61 | 0 | 0.19 | 280 | 0.57 | 0.56 |
| Hex | A5 | 51 | CF | 14 | 3D | 0 | 13 | 118 | 39 | 38 |
| Octal | 245 | 121 | 317 | 24 | 75 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100101 | 1010001 | 11001111 | 10100 | 111101 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A551CF
Complementary color
Monochromatic Colors of #A551CF
Black with #A551CF
Text Example
Text Example
White with #A551CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551CF; }
p { color: rgb(165,81,207); }
H1.HeaderClassName
{
color: #A551CF;
}
.AnyTagClassName
{
color: #A551CF;
}
</style>
background-color css
<style>
a { background-color: #A551CF; }
a { background-color: rgb(165,81,207); }
div.DivClassName
{
background-color: #A551CF;
}
.BgClassName
{
background-color: #A551CF;
}
</style>
border-color css
<style>
span { border-color: #A551CF; }
span { border-color: rgb(165,81,207); }
td.TdClassName
{
border-color: #A551CF;
}
.TagClassName
{
border-color: #A551CF;
}
</style>