Shades of Deep Lilac #A34FB4
Tints of Deep Lilac #A34FB4
RGB
CMYK
RGB Variations
Color information
#A34FB4 (or 0xA34FB4) is known color: Deep Lilac. HEX triplet: A3, 4F and B4. RGB value is (163,79,180). Sum of RGB (Red+Green+Blue) = 163+79+180=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #A34FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FB4 is #5CB04B. Grayscale: #737373. Windows color (decimal): -6074444 or 11816867. OLE color: 11816867.
HSL color Cylindrical-coordinate representation of color #A34FB4: hue angle of 289.9º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34FB4 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 79 | 180 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.29 |
| HSL | 289.9º | 0.4% | 0.51% | - |
| HSV(B) | 289.9º | 0.56% | 0.71% | - |
| XYZ | 26.14 | 16.67 | 45.02 | - |
| YUV | 115.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 180 | 0.09 | 0.56 | 0 | 0.29 | 289.9 | 0.4 | 0.51 |
| Hex | A3 | 4F | B4 | 9 | 38 | 0 | 1D | 122 | 28 | 33 |
| Octal | 243 | 117 | 264 | 11 | 70 | 0 | 35 | 442 | 50 | 63 |
| Binary | 10100011 | 1001111 | 10110100 | 1001 | 111000 | 0 | 11101 | 100100010 | 101000 | 110011 |
Color Harmonies of #A34FB4
Complementary color
Monochromatic Colors of #A34FB4
Black with #A34FB4
Text Example
Text Example
White with #A34FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FB4; }
p { color: rgb(163,79,180); }
H1.HeaderClassName
{
color: #A34FB4;
}
.AnyTagClassName
{
color: #A34FB4;
}
</style>
background-color css
<style>
a { background-color: #A34FB4; }
a { background-color: rgb(163,79,180); }
div.DivClassName
{
background-color: #A34FB4;
}
.BgClassName
{
background-color: #A34FB4;
}
</style>
border-color css
<style>
span { border-color: #A34FB4; }
span { border-color: rgb(163,79,180); }
td.TdClassName
{
border-color: #A34FB4;
}
.TagClassName
{
border-color: #A34FB4;
}
</style>