Shades of Deep Lilac #A34ECE
Tints of Deep Lilac #A34ECE
RGB
CMYK
RGB Variations
Color information
#A34ECE (or 0xA34ECE) is known color: Deep Lilac. HEX triplet: A3, 4E and CE. RGB value is (163,78,206). Sum of RGB (Red+Green+Blue) = 163+78+206=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #A34ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34ECE is #5CB131. Grayscale: #757575. Windows color (decimal): -6074674 or 13520547. OLE color: 13520547.
HSL color Cylindrical-coordinate representation of color #A34ECE: hue angle of 279.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34ECE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 78 | 206 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.19 |
| HSL | 279.84º | 0.57% | 0.56% | - |
| HSV(B) | 279.84º | 0.62% | 0.81% | - |
| XYZ | 28.97 | 17.69 | 60.28 | - |
| YUV | 118.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 206 | 0.21 | 0.62 | 0 | 0.19 | 279.84 | 0.57 | 0.56 |
| Hex | A3 | 4E | CE | 15 | 3E | 0 | 13 | 118 | 39 | 38 |
| Octal | 243 | 116 | 316 | 25 | 76 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100011 | 1001110 | 11001110 | 10101 | 111110 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A34ECE
Complementary color
Monochromatic Colors of #A34ECE
Black with #A34ECE
Text Example
Text Example
White with #A34ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ECE; }
p { color: rgb(163,78,206); }
H1.HeaderClassName
{
color: #A34ECE;
}
.AnyTagClassName
{
color: #A34ECE;
}
</style>
background-color css
<style>
a { background-color: #A34ECE; }
a { background-color: rgb(163,78,206); }
div.DivClassName
{
background-color: #A34ECE;
}
.BgClassName
{
background-color: #A34ECE;
}
</style>
border-color css
<style>
span { border-color: #A34ECE; }
span { border-color: rgb(163,78,206); }
td.TdClassName
{
border-color: #A34ECE;
}
.TagClassName
{
border-color: #A34ECE;
}
</style>