Shades of Deep Lilac #A34DAF
Tints of Deep Lilac #A34DAF
RGB
CMYK
RGB Variations
Color information
#A34DAF (or 0xA34DAF) is known color: Deep Lilac. HEX triplet: A3, 4D and AF. RGB value is (163,77,175). Sum of RGB (Red+Green+Blue) = 163+77+175=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #A34DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34DAF is #5CB250. Grayscale: #717171. Windows color (decimal): -6074961 or 11488675. OLE color: 11488675.
HSL color Cylindrical-coordinate representation of color #A34DAF: hue angle of 292.65º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34DAF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 77 | 175 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.31 |
| HSL | 292.65º | 0.39% | 0.49% | - |
| HSV(B) | 292.65º | 0.56% | 0.69% | - |
| XYZ | 25.5 | 16.19 | 42.34 | - |
| YUV | 113.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 175 | 0.07 | 0.56 | 0 | 0.31 | 292.65 | 0.39 | 0.49 |
| Hex | A3 | 4D | AF | 7 | 38 | 0 | 1F | 125 | 27 | 31 |
| Octal | 243 | 115 | 257 | 7 | 70 | 0 | 37 | 445 | 47 | 61 |
| Binary | 10100011 | 1001101 | 10101111 | 111 | 111000 | 0 | 11111 | 100100101 | 100111 | 110001 |
Color Harmonies of #A34DAF
Complementary color
Monochromatic Colors of #A34DAF
Black with #A34DAF
Text Example
Text Example
White with #A34DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DAF; }
p { color: rgb(163,77,175); }
H1.HeaderClassName
{
color: #A34DAF;
}
.AnyTagClassName
{
color: #A34DAF;
}
</style>
background-color css
<style>
a { background-color: #A34DAF; }
a { background-color: rgb(163,77,175); }
div.DivClassName
{
background-color: #A34DAF;
}
.BgClassName
{
background-color: #A34DAF;
}
</style>
border-color css
<style>
span { border-color: #A34DAF; }
span { border-color: rgb(163,77,175); }
td.TdClassName
{
border-color: #A34DAF;
}
.TagClassName
{
border-color: #A34DAF;
}
</style>