Shades of Deep Lilac #A34FCF
Tints of Deep Lilac #A34FCF
RGB
CMYK
RGB Variations
Color information
#A34FCF (or 0xA34FCF) is known color: Deep Lilac. HEX triplet: A3, 4F and CF. RGB value is (163,79,207). Sum of RGB (Red+Green+Blue) = 163+79+207=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A34FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FCF is #5CB030. Grayscale: #767676. Windows color (decimal): -6074417 or 13586339. OLE color: 13586339.
HSL color Cylindrical-coordinate representation of color #A34FCF: hue angle of 279.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34FCF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 79 | 207 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.19 |
| HSL | 279.38º | 0.57% | 0.56% | - |
| HSV(B) | 279.38º | 0.62% | 0.81% | - |
| XYZ | 29.16 | 17.88 | 60.95 | - |
| YUV | 118.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 207 | 0.21 | 0.62 | 0 | 0.19 | 279.38 | 0.57 | 0.56 |
| Hex | A3 | 4F | CF | 15 | 3E | 0 | 13 | 117 | 39 | 38 |
| Octal | 243 | 117 | 317 | 25 | 76 | 0 | 23 | 427 | 71 | 70 |
| Binary | 10100011 | 1001111 | 11001111 | 10101 | 111110 | 0 | 10011 | 100010111 | 111001 | 111000 |
Color Harmonies of #A34FCF
Complementary color
Monochromatic Colors of #A34FCF
Black with #A34FCF
Text Example
Text Example
White with #A34FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FCF; }
p { color: rgb(163,79,207); }
H1.HeaderClassName
{
color: #A34FCF;
}
.AnyTagClassName
{
color: #A34FCF;
}
</style>
background-color css
<style>
a { background-color: #A34FCF; }
a { background-color: rgb(163,79,207); }
div.DivClassName
{
background-color: #A34FCF;
}
.BgClassName
{
background-color: #A34FCF;
}
</style>
border-color css
<style>
span { border-color: #A34FCF; }
span { border-color: rgb(163,79,207); }
td.TdClassName
{
border-color: #A34FCF;
}
.TagClassName
{
border-color: #A34FCF;
}
</style>