Shades of Deep Lilac #A34DCE
Tints of Deep Lilac #A34DCE
RGB
CMYK
RGB Variations
Color information
#A34DCE (or 0xA34DCE) is known color: Deep Lilac. HEX triplet: A3, 4D and CE. RGB value is (163,77,206). Sum of RGB (Red+Green+Blue) = 163+77+206=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #A34DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DCE is #5CB231. Grayscale: #747474. Windows color (decimal): -6074930 or 13520291. OLE color: 13520291.
HSL color Cylindrical-coordinate representation of color #A34DCE: hue angle of 280º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34DCE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 77 | 206 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.19 |
| HSL | 280º | 0.57% | 0.55% | - |
| HSV(B) | 280º | 0.63% | 0.81% | - |
| XYZ | 28.9 | 17.55 | 60.26 | - |
| YUV | 117.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 206 | 0.21 | 0.63 | 0 | 0.19 | 280 | 0.57 | 0.55 |
| Hex | A3 | 4D | CE | 15 | 3F | 0 | 13 | 118 | 39 | 37 |
| Octal | 243 | 115 | 316 | 25 | 77 | 0 | 23 | 430 | 71 | 67 |
| Binary | 10100011 | 1001101 | 11001110 | 10101 | 111111 | 0 | 10011 | 100011000 | 111001 | 110111 |
Color Harmonies of #A34DCE
Complementary color
Monochromatic Colors of #A34DCE
Black with #A34DCE
Text Example
Text Example
White with #A34DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DCE; }
p { color: rgb(163,77,206); }
H1.HeaderClassName
{
color: #A34DCE;
}
.AnyTagClassName
{
color: #A34DCE;
}
</style>
background-color css
<style>
a { background-color: #A34DCE; }
a { background-color: rgb(163,77,206); }
div.DivClassName
{
background-color: #A34DCE;
}
.BgClassName
{
background-color: #A34DCE;
}
</style>
border-color css
<style>
span { border-color: #A34DCE; }
span { border-color: rgb(163,77,206); }
td.TdClassName
{
border-color: #A34DCE;
}
.TagClassName
{
border-color: #A34DCE;
}
</style>