Shades of Deep Lilac #A55DBE
Tints of Deep Lilac #A55DBE
RGB
CMYK
RGB Variations
Color information
#A55DBE (or 0xA55DBE) is known color: Deep Lilac. HEX triplet: A5, 5D and BE. RGB value is (165,93,190). Sum of RGB (Red+Green+Blue) = 165+93+190=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #A55DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DBE is #5AA241. Grayscale: #7D7D7D. Windows color (decimal): -5939778 or 12475813. OLE color: 12475813.
HSL color Cylindrical-coordinate representation of color #A55DBE: hue angle of 284.54º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55DBE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 93 | 190 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.25 |
| HSL | 284.54º | 0.43% | 0.55% | - |
| HSV(B) | 284.54º | 0.51% | 0.75% | - |
| XYZ | 28.73 | 19.55 | 50.97 | - |
| YUV | 125.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 190 | 0.13 | 0.51 | 0 | 0.25 | 284.54 | 0.43 | 0.55 |
| Hex | A5 | 5D | BE | D | 33 | 0 | 19 | 11D | 2B | 37 |
| Octal | 245 | 135 | 276 | 15 | 63 | 0 | 31 | 435 | 53 | 67 |
| Binary | 10100101 | 1011101 | 10111110 | 1101 | 110011 | 0 | 11001 | 100011101 | 101011 | 110111 |
Color Harmonies of #A55DBE
Complementary color
Monochromatic Colors of #A55DBE
Black with #A55DBE
Text Example
Text Example
White with #A55DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DBE; }
p { color: rgb(165,93,190); }
H1.HeaderClassName
{
color: #A55DBE;
}
.AnyTagClassName
{
color: #A55DBE;
}
</style>
background-color css
<style>
a { background-color: #A55DBE; }
a { background-color: rgb(165,93,190); }
div.DivClassName
{
background-color: #A55DBE;
}
.BgClassName
{
background-color: #A55DBE;
}
</style>
border-color css
<style>
span { border-color: #A55DBE; }
span { border-color: rgb(165,93,190); }
td.TdClassName
{
border-color: #A55DBE;
}
.TagClassName
{
border-color: #A55DBE;
}
</style>