Shades of Deep Lilac #A34FC6
Tints of Deep Lilac #A34FC6
RGB
CMYK
RGB Variations
Color information
#A34FC6 (or 0xA34FC6) is known color: Deep Lilac. HEX triplet: A3, 4F and C6. RGB value is (163,79,198). Sum of RGB (Red+Green+Blue) = 163+79+198=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #A34FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FC6 is #5CB039. Grayscale: #757575. Windows color (decimal): -6074426 or 12996515. OLE color: 12996515.
HSL color Cylindrical-coordinate representation of color #A34FC6: hue angle of 282.35º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34FC6 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 79 | 198 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.22 |
| HSL | 282.35º | 0.51% | 0.54% | - |
| HSV(B) | 282.35º | 0.6% | 0.78% | - |
| XYZ | 28.09 | 17.46 | 55.31 | - |
| YUV | 117.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 198 | 0.18 | 0.60 | 0 | 0.22 | 282.35 | 0.51 | 0.54 |
| Hex | A3 | 4F | C6 | 12 | 3C | 0 | 16 | 11A | 33 | 36 |
| Octal | 243 | 117 | 306 | 22 | 74 | 0 | 26 | 432 | 63 | 66 |
| Binary | 10100011 | 1001111 | 11000110 | 10010 | 111100 | 0 | 10110 | 100011010 | 110011 | 110110 |
Color Harmonies of #A34FC6
Complementary color
Monochromatic Colors of #A34FC6
Black with #A34FC6
Text Example
Text Example
White with #A34FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FC6; }
p { color: rgb(163,79,198); }
H1.HeaderClassName
{
color: #A34FC6;
}
.AnyTagClassName
{
color: #A34FC6;
}
</style>
background-color css
<style>
a { background-color: #A34FC6; }
a { background-color: rgb(163,79,198); }
div.DivClassName
{
background-color: #A34FC6;
}
.BgClassName
{
background-color: #A34FC6;
}
</style>
border-color css
<style>
span { border-color: #A34FC6; }
span { border-color: rgb(163,79,198); }
td.TdClassName
{
border-color: #A34FC6;
}
.TagClassName
{
border-color: #A34FC6;
}
</style>