Shades of Deep Lilac #A34DCF
Tints of Deep Lilac #A34DCF
RGB
CMYK
RGB Variations
Color information
#A34DCF (or 0xA34DCF) is known color: Deep Lilac. HEX triplet: A3, 4D and CF. RGB value is (163,77,207). Sum of RGB (Red+Green+Blue) = 163+77+207=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A34DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DCF is #5CB230. Grayscale: #757575. Windows color (decimal): -6074929 or 13585827. OLE color: 13585827.
HSL color Cylindrical-coordinate representation of color #A34DCF: hue angle of 279.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34DCF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 77 | 207 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.19 |
| HSL | 279.69º | 0.58% | 0.56% | - |
| HSV(B) | 279.69º | 0.63% | 0.81% | - |
| XYZ | 29.02 | 17.6 | 60.9 | - |
| YUV | 117.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 207 | 0.21 | 0.63 | 0 | 0.19 | 279.69 | 0.58 | 0.56 |
| Hex | A3 | 4D | CF | 15 | 3F | 0 | 13 | 118 | 3A | 38 |
| Octal | 243 | 115 | 317 | 25 | 77 | 0 | 23 | 430 | 72 | 70 |
| Binary | 10100011 | 1001101 | 11001111 | 10101 | 111111 | 0 | 10011 | 100011000 | 111010 | 111000 |
Color Harmonies of #A34DCF
Complementary color
Monochromatic Colors of #A34DCF
Black with #A34DCF
Text Example
Text Example
White with #A34DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DCF; }
p { color: rgb(163,77,207); }
H1.HeaderClassName
{
color: #A34DCF;
}
.AnyTagClassName
{
color: #A34DCF;
}
</style>
background-color css
<style>
a { background-color: #A34DCF; }
a { background-color: rgb(163,77,207); }
div.DivClassName
{
background-color: #A34DCF;
}
.BgClassName
{
background-color: #A34DCF;
}
</style>
border-color css
<style>
span { border-color: #A34DCF; }
span { border-color: rgb(163,77,207); }
td.TdClassName
{
border-color: #A34DCF;
}
.TagClassName
{
border-color: #A34DCF;
}
</style>