Shades of Deep Lilac #A34EB4
Tints of Deep Lilac #A34EB4
RGB
CMYK
RGB Variations
Color information
#A34EB4 (or 0xA34EB4) is known color: Deep Lilac. HEX triplet: A3, 4E and B4. RGB value is (163,78,180). Sum of RGB (Red+Green+Blue) = 163+78+180=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #A34EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EB4 is #5CB14B. Grayscale: #727272. Windows color (decimal): -6074700 or 11816611. OLE color: 11816611.
HSL color Cylindrical-coordinate representation of color #A34EB4: hue angle of 290º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34EB4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 78 | 180 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.29 |
| HSL | 290º | 0.4% | 0.51% | - |
| HSV(B) | 290º | 0.57% | 0.71% | - |
| XYZ | 26.07 | 16.53 | 45 | - |
| YUV | 115.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 180 | 0.09 | 0.57 | 0 | 0.29 | 290 | 0.4 | 0.51 |
| Hex | A3 | 4E | B4 | 9 | 39 | 0 | 1D | 122 | 28 | 33 |
| Octal | 243 | 116 | 264 | 11 | 71 | 0 | 35 | 442 | 50 | 63 |
| Binary | 10100011 | 1001110 | 10110100 | 1001 | 111001 | 0 | 11101 | 100100010 | 101000 | 110011 |
Color Harmonies of #A34EB4
Complementary color
Monochromatic Colors of #A34EB4
Black with #A34EB4
Text Example
Text Example
White with #A34EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EB4; }
p { color: rgb(163,78,180); }
H1.HeaderClassName
{
color: #A34EB4;
}
.AnyTagClassName
{
color: #A34EB4;
}
</style>
background-color css
<style>
a { background-color: #A34EB4; }
a { background-color: rgb(163,78,180); }
div.DivClassName
{
background-color: #A34EB4;
}
.BgClassName
{
background-color: #A34EB4;
}
</style>
border-color css
<style>
span { border-color: #A34EB4; }
span { border-color: rgb(163,78,180); }
td.TdClassName
{
border-color: #A34EB4;
}
.TagClassName
{
border-color: #A34EB4;
}
</style>