Shades of Deep Lilac #A14DAF
Tints of Deep Lilac #A14DAF
RGB
CMYK
RGB Variations
Color information
#A14DAF (or 0xA14DAF) is known color: Deep Lilac. HEX triplet: A1, 4D and AF. RGB value is (161,77,175). Sum of RGB (Red+Green+Blue) = 161+77+175=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A14DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DAF is #5EB250. Grayscale: #707070. Windows color (decimal): -6206033 or 11488673. OLE color: 11488673.
HSL color Cylindrical-coordinate representation of color #A14DAF: hue angle of 291.43º 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 #A14DAF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 77 | 175 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.31 |
| HSL | 291.43º | 0.39% | 0.49% | - |
| HSV(B) | 291.43º | 0.56% | 0.69% | - |
| XYZ | 25.09 | 15.98 | 42.32 | - |
| YUV | 113.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 175 | 0.08 | 0.56 | 0 | 0.31 | 291.43 | 0.39 | 0.49 |
| Hex | A1 | 4D | AF | 8 | 38 | 0 | 1F | 123 | 27 | 31 |
| Octal | 241 | 115 | 257 | 10 | 70 | 0 | 37 | 443 | 47 | 61 |
| Binary | 10100001 | 1001101 | 10101111 | 1000 | 111000 | 0 | 11111 | 100100011 | 100111 | 110001 |
Color Harmonies of #A14DAF
Complementary color
Monochromatic Colors of #A14DAF
Black with #A14DAF
Text Example
Text Example
White with #A14DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DAF; }
p { color: rgb(161,77,175); }
H1.HeaderClassName
{
color: #A14DAF;
}
.AnyTagClassName
{
color: #A14DAF;
}
</style>
background-color css
<style>
a { background-color: #A14DAF; }
a { background-color: rgb(161,77,175); }
div.DivClassName
{
background-color: #A14DAF;
}
.BgClassName
{
background-color: #A14DAF;
}
</style>
border-color css
<style>
span { border-color: #A14DAF; }
span { border-color: rgb(161,77,175); }
td.TdClassName
{
border-color: #A14DAF;
}
.TagClassName
{
border-color: #A14DAF;
}
</style>