Shades of Deep Lilac #A55DBB
Tints of Deep Lilac #A55DBB
RGB
CMYK
RGB Variations
Color information
#A55DBB (or 0xA55DBB) is known color: Deep Lilac. HEX triplet: A5, 5D and BB. RGB value is (165,93,187). Sum of RGB (Red+Green+Blue) = 165+93+187=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #A55DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DBB is #5AA244. Grayscale: #7C7C7C. Windows color (decimal): -5939781 or 12279205. OLE color: 12279205.
HSL color Cylindrical-coordinate representation of color #A55DBB: hue angle of 285.96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55DBB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 93 | 187 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.27 |
| HSL | 285.96º | 0.41% | 0.55% | - |
| HSV(B) | 285.96º | 0.5% | 0.73% | - |
| XYZ | 28.4 | 19.42 | 49.26 | - |
| YUV | 125.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 187 | 0.12 | 0.50 | 0 | 0.27 | 285.96 | 0.41 | 0.55 |
| Hex | A5 | 5D | BB | C | 32 | 0 | 1B | 11E | 29 | 37 |
| Octal | 245 | 135 | 273 | 14 | 62 | 0 | 33 | 436 | 51 | 67 |
| Binary | 10100101 | 1011101 | 10111011 | 1100 | 110010 | 0 | 11011 | 100011110 | 101001 | 110111 |
Color Harmonies of #A55DBB
Complementary color
Monochromatic Colors of #A55DBB
Black with #A55DBB
Text Example
Text Example
White with #A55DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DBB; }
p { color: rgb(165,93,187); }
H1.HeaderClassName
{
color: #A55DBB;
}
.AnyTagClassName
{
color: #A55DBB;
}
</style>
background-color css
<style>
a { background-color: #A55DBB; }
a { background-color: rgb(165,93,187); }
div.DivClassName
{
background-color: #A55DBB;
}
.BgClassName
{
background-color: #A55DBB;
}
</style>
border-color css
<style>
span { border-color: #A55DBB; }
span { border-color: rgb(165,93,187); }
td.TdClassName
{
border-color: #A55DBB;
}
.TagClassName
{
border-color: #A55DBB;
}
</style>