Shades of Deep Lilac #A34DBB
Tints of Deep Lilac #A34DBB
RGB
CMYK
RGB Variations
Color information
#A34DBB (or 0xA34DBB) is known color: Deep Lilac. HEX triplet: A3, 4D and BB. RGB value is (163,77,187). Sum of RGB (Red+Green+Blue) = 163+77+187=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #A34DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DBB is #5CB244. Grayscale: #727272. Windows color (decimal): -6074949 or 12275107. OLE color: 12275107.
HSL color Cylindrical-coordinate representation of color #A34DBB: hue angle of 286.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A34DBB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 77 | 187 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.27 |
| HSL | 286.91º | 0.45% | 0.52% | - |
| HSV(B) | 286.91º | 0.59% | 0.73% | - |
| XYZ | 26.73 | 16.68 | 48.82 | - |
| YUV | 115.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 187 | 0.13 | 0.59 | 0 | 0.27 | 286.91 | 0.45 | 0.52 |
| Hex | A3 | 4D | BB | D | 3B | 0 | 1B | 11F | 2D | 34 |
| Octal | 243 | 115 | 273 | 15 | 73 | 0 | 33 | 437 | 55 | 64 |
| Binary | 10100011 | 1001101 | 10111011 | 1101 | 111011 | 0 | 11011 | 100011111 | 101101 | 110100 |
Color Harmonies of #A34DBB
Complementary color
Monochromatic Colors of #A34DBB
Black with #A34DBB
Text Example
Text Example
White with #A34DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DBB; }
p { color: rgb(163,77,187); }
H1.HeaderClassName
{
color: #A34DBB;
}
.AnyTagClassName
{
color: #A34DBB;
}
</style>
background-color css
<style>
a { background-color: #A34DBB; }
a { background-color: rgb(163,77,187); }
div.DivClassName
{
background-color: #A34DBB;
}
.BgClassName
{
background-color: #A34DBB;
}
</style>
border-color css
<style>
span { border-color: #A34DBB; }
span { border-color: rgb(163,77,187); }
td.TdClassName
{
border-color: #A34DBB;
}
.TagClassName
{
border-color: #A34DBB;
}
</style>