Shades of Deep Lilac #A05DBD
Tints of Deep Lilac #A05DBD
RGB
CMYK
RGB Variations
Color information
#A05DBD (or 0xA05DBD) is known color: Deep Lilac. HEX triplet: A0, 5D and BD. RGB value is (160,93,189). Sum of RGB (Red+Green+Blue) = 160+93+189=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBD is #5FA242. Grayscale: #7B7B7B. Windows color (decimal): -6267459 or 12410272. OLE color: 12410272.
HSL color Cylindrical-coordinate representation of color #A05DBD: hue angle of 281.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05DBD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 93 | 189 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.26 |
| HSL | 281.88º | 0.42% | 0.55% | - |
| HSV(B) | 281.88º | 0.51% | 0.74% | - |
| XYZ | 27.6 | 18.98 | 50.35 | - |
| YUV | 123.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 189 | 0.15 | 0.51 | 0 | 0.26 | 281.88 | 0.42 | 0.55 |
| Hex | A0 | 5D | BD | F | 33 | 0 | 1A | 11A | 2A | 37 |
| Octal | 240 | 135 | 275 | 17 | 63 | 0 | 32 | 432 | 52 | 67 |
| Binary | 10100000 | 1011101 | 10111101 | 1111 | 110011 | 0 | 11010 | 100011010 | 101010 | 110111 |
Color Harmonies of #A05DBD
Complementary color
Monochromatic Colors of #A05DBD
Black with #A05DBD
Text Example
Text Example
White with #A05DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DBD; }
p { color: rgb(160,93,189); }
H1.HeaderClassName
{
color: #A05DBD;
}
.AnyTagClassName
{
color: #A05DBD;
}
</style>
background-color css
<style>
a { background-color: #A05DBD; }
a { background-color: rgb(160,93,189); }
div.DivClassName
{
background-color: #A05DBD;
}
.BgClassName
{
background-color: #A05DBD;
}
</style>
border-color css
<style>
span { border-color: #A05DBD; }
span { border-color: rgb(160,93,189); }
td.TdClassName
{
border-color: #A05DBD;
}
.TagClassName
{
border-color: #A05DBD;
}
</style>