Shades of Deep Lilac #A34EB2
Tints of Deep Lilac #A34EB2
RGB
CMYK
RGB Variations
Color information
#A34EB2 (or 0xA34EB2) is known color: Deep Lilac. HEX triplet: A3, 4E and B2. RGB value is (163,78,178). Sum of RGB (Red+Green+Blue) = 163+78+178=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #A34EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EB2 is #5CB14D. Grayscale: #727272. Windows color (decimal): -6074702 or 11685539. OLE color: 11685539.
HSL color Cylindrical-coordinate representation of color #A34EB2: hue angle of 291º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34EB2 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 78 | 178 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.30 |
| HSL | 291º | 0.39% | 0.5% | - |
| HSV(B) | 291º | 0.56% | 0.7% | - |
| XYZ | 25.86 | 16.45 | 43.93 | - |
| YUV | 114.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 178 | 0.08 | 0.56 | 0 | 0.30 | 291 | 0.39 | 0.5 |
| Hex | A3 | 4E | B2 | 8 | 38 | 0 | 1E | 123 | 27 | 32 |
| Octal | 243 | 116 | 262 | 10 | 70 | 0 | 36 | 443 | 47 | 62 |
| Binary | 10100011 | 1001110 | 10110010 | 1000 | 111000 | 0 | 11110 | 100100011 | 100111 | 110010 |
Color Harmonies of #A34EB2
Complementary color
Monochromatic Colors of #A34EB2
Black with #A34EB2
Text Example
Text Example
White with #A34EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EB2; }
p { color: rgb(163,78,178); }
H1.HeaderClassName
{
color: #A34EB2;
}
.AnyTagClassName
{
color: #A34EB2;
}
</style>
background-color css
<style>
a { background-color: #A34EB2; }
a { background-color: rgb(163,78,178); }
div.DivClassName
{
background-color: #A34EB2;
}
.BgClassName
{
background-color: #A34EB2;
}
</style>
border-color css
<style>
span { border-color: #A34EB2; }
span { border-color: rgb(163,78,178); }
td.TdClassName
{
border-color: #A34EB2;
}
.TagClassName
{
border-color: #A34EB2;
}
</style>