Shades of Deep Lilac #A65DBD
Tints of Deep Lilac #A65DBD
RGB
CMYK
RGB Variations
Color information
#A65DBD (or 0xA65DBD) is known color: Deep Lilac. HEX triplet: A6, 5D and BD. RGB value is (166,93,189). Sum of RGB (Red+Green+Blue) = 166+93+189=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A65DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DBD is #59A242. Grayscale: #7D7D7D. Windows color (decimal): -5874243 or 12410278. OLE color: 12410278.
HSL color Cylindrical-coordinate representation of color #A65DBD: hue angle of 285.62º 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 #A65DBD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 93 | 189 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.26 |
| HSL | 285.63º | 0.42% | 0.55% | - |
| HSV(B) | 285.63º | 0.51% | 0.74% | - |
| XYZ | 28.83 | 19.61 | 50.41 | - |
| YUV | 125.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 189 | 0.12 | 0.51 | 0 | 0.26 | 285.63 | 0.42 | 0.55 |
| Hex | A6 | 5D | BD | C | 33 | 0 | 1A | 11E | 2A | 37 |
| Octal | 246 | 135 | 275 | 14 | 63 | 0 | 32 | 436 | 52 | 67 |
| Binary | 10100110 | 1011101 | 10111101 | 1100 | 110011 | 0 | 11010 | 100011110 | 101010 | 110111 |
Color Harmonies of #A65DBD
Complementary color
Monochromatic Colors of #A65DBD
Black with #A65DBD
Text Example
Text Example
White with #A65DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DBD; }
p { color: rgb(166,93,189); }
H1.HeaderClassName
{
color: #A65DBD;
}
.AnyTagClassName
{
color: #A65DBD;
}
</style>
background-color css
<style>
a { background-color: #A65DBD; }
a { background-color: rgb(166,93,189); }
div.DivClassName
{
background-color: #A65DBD;
}
.BgClassName
{
background-color: #A65DBD;
}
</style>
border-color css
<style>
span { border-color: #A65DBD; }
span { border-color: rgb(166,93,189); }
td.TdClassName
{
border-color: #A65DBD;
}
.TagClassName
{
border-color: #A65DBD;
}
</style>