Shades of Deep Lilac #A34DBE
Tints of Deep Lilac #A34DBE
RGB
CMYK
RGB Variations
Color information
#A34DBE (or 0xA34DBE) is known color: Deep Lilac. HEX triplet: A3, 4D and BE. RGB value is (163,77,190). Sum of RGB (Red+Green+Blue) = 163+77+190=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #A34DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DBE is #5CB241. Grayscale: #737373. Windows color (decimal): -6074946 or 12471715. OLE color: 12471715.
HSL color Cylindrical-coordinate representation of color #A34DBE: hue angle of 285.66º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A34DBE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 77 | 190 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.25 |
| HSL | 285.66º | 0.47% | 0.52% | - |
| HSV(B) | 285.66º | 0.59% | 0.75% | - |
| XYZ | 27.05 | 16.81 | 50.53 | - |
| YUV | 115.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 190 | 0.14 | 0.59 | 0 | 0.25 | 285.66 | 0.47 | 0.52 |
| Hex | A3 | 4D | BE | E | 3B | 0 | 19 | 11E | 2F | 34 |
| Octal | 243 | 115 | 276 | 16 | 73 | 0 | 31 | 436 | 57 | 64 |
| Binary | 10100011 | 1001101 | 10111110 | 1110 | 111011 | 0 | 11001 | 100011110 | 101111 | 110100 |
Color Harmonies of #A34DBE
Complementary color
Monochromatic Colors of #A34DBE
Black with #A34DBE
Text Example
Text Example
White with #A34DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DBE; }
p { color: rgb(163,77,190); }
H1.HeaderClassName
{
color: #A34DBE;
}
.AnyTagClassName
{
color: #A34DBE;
}
</style>
background-color css
<style>
a { background-color: #A34DBE; }
a { background-color: rgb(163,77,190); }
div.DivClassName
{
background-color: #A34DBE;
}
.BgClassName
{
background-color: #A34DBE;
}
</style>
border-color css
<style>
span { border-color: #A34DBE; }
span { border-color: rgb(163,77,190); }
td.TdClassName
{
border-color: #A34DBE;
}
.TagClassName
{
border-color: #A34DBE;
}
</style>