Shades of Deep Lilac #A34DB5
Tints of Deep Lilac #A34DB5
RGB
CMYK
RGB Variations
Color information
#A34DB5 (or 0xA34DB5) is known color: Deep Lilac. HEX triplet: A3, 4D and B5. RGB value is (163,77,181). Sum of RGB (Red+Green+Blue) = 163+77+181=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #A34DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DB5 is #5CB24A. Grayscale: #727272. Windows color (decimal): -6074955 or 11881891. OLE color: 11881891.
HSL color Cylindrical-coordinate representation of color #A34DB5: hue angle of 289.62º degrees, saturation: 0.41, 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 #A34DB5 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 77 | 181 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.29 |
| HSL | 289.62º | 0.41% | 0.51% | - |
| HSV(B) | 289.62º | 0.57% | 0.71% | - |
| XYZ | 26.1 | 16.43 | 45.51 | - |
| YUV | 114.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 181 | 0.10 | 0.57 | 0 | 0.29 | 289.62 | 0.41 | 0.51 |
| Hex | A3 | 4D | B5 | A | 39 | 0 | 1D | 122 | 29 | 33 |
| Octal | 243 | 115 | 265 | 12 | 71 | 0 | 35 | 442 | 51 | 63 |
| Binary | 10100011 | 1001101 | 10110101 | 1010 | 111001 | 0 | 11101 | 100100010 | 101001 | 110011 |
Color Harmonies of #A34DB5
Complementary color
Monochromatic Colors of #A34DB5
Black with #A34DB5
Text Example
Text Example
White with #A34DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DB5; }
p { color: rgb(163,77,181); }
H1.HeaderClassName
{
color: #A34DB5;
}
.AnyTagClassName
{
color: #A34DB5;
}
</style>
background-color css
<style>
a { background-color: #A34DB5; }
a { background-color: rgb(163,77,181); }
div.DivClassName
{
background-color: #A34DB5;
}
.BgClassName
{
background-color: #A34DB5;
}
</style>
border-color css
<style>
span { border-color: #A34DB5; }
span { border-color: rgb(163,77,181); }
td.TdClassName
{
border-color: #A34DB5;
}
.TagClassName
{
border-color: #A34DB5;
}
</style>