Shades of Deep Lilac #A34FB2
Tints of Deep Lilac #A34FB2
RGB
CMYK
RGB Variations
Color information
#A34FB2 (or 0xA34FB2) is known color: Deep Lilac. HEX triplet: A3, 4F and B2. RGB value is (163,79,178). Sum of RGB (Red+Green+Blue) = 163+79+178=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #A34FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34FB2 is #5CB04D. Grayscale: #737373. Windows color (decimal): -6074446 or 11685795. OLE color: 11685795.
HSL color Cylindrical-coordinate representation of color #A34FB2: hue angle of 290.91º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34FB2 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 79 | 178 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.30 |
| HSL | 290.91º | 0.39% | 0.5% | - |
| HSV(B) | 290.91º | 0.56% | 0.7% | - |
| XYZ | 25.94 | 16.59 | 43.96 | - |
| YUV | 115.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 178 | 0.08 | 0.56 | 0 | 0.30 | 290.91 | 0.39 | 0.5 |
| Hex | A3 | 4F | B2 | 8 | 38 | 0 | 1E | 123 | 27 | 32 |
| Octal | 243 | 117 | 262 | 10 | 70 | 0 | 36 | 443 | 47 | 62 |
| Binary | 10100011 | 1001111 | 10110010 | 1000 | 111000 | 0 | 11110 | 100100011 | 100111 | 110010 |
Color Harmonies of #A34FB2
Complementary color
Monochromatic Colors of #A34FB2
Black with #A34FB2
Text Example
Text Example
White with #A34FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FB2; }
p { color: rgb(163,79,178); }
H1.HeaderClassName
{
color: #A34FB2;
}
.AnyTagClassName
{
color: #A34FB2;
}
</style>
background-color css
<style>
a { background-color: #A34FB2; }
a { background-color: rgb(163,79,178); }
div.DivClassName
{
background-color: #A34FB2;
}
.BgClassName
{
background-color: #A34FB2;
}
</style>
border-color css
<style>
span { border-color: #A34FB2; }
span { border-color: rgb(163,79,178); }
td.TdClassName
{
border-color: #A34FB2;
}
.TagClassName
{
border-color: #A34FB2;
}
</style>