Shades of Deep Lilac #A34BAF
Tints of Deep Lilac #A34BAF
RGB
CMYK
RGB Variations
Color information
#A34BAF (or 0xA34BAF) is known color: Deep Lilac. HEX triplet: A3, 4B and AF. RGB value is (163,75,175). Sum of RGB (Red+Green+Blue) = 163+75+175=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A34BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34BAF is #5CB450. Grayscale: #707070. Windows color (decimal): -6075473 or 11488163. OLE color: 11488163.
HSL color Cylindrical-coordinate representation of color #A34BAF: hue angle of 292.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34BAF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 75 | 175 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.31 |
| HSL | 292.8º | 0.4% | 0.49% | - |
| HSV(B) | 292.8º | 0.57% | 0.69% | - |
| XYZ | 25.36 | 15.91 | 42.29 | - |
| YUV | 112.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 175 | 0.07 | 0.57 | 0 | 0.31 | 292.8 | 0.4 | 0.49 |
| Hex | A3 | 4B | AF | 7 | 39 | 0 | 1F | 125 | 28 | 31 |
| Octal | 243 | 113 | 257 | 7 | 71 | 0 | 37 | 445 | 50 | 61 |
| Binary | 10100011 | 1001011 | 10101111 | 111 | 111001 | 0 | 11111 | 100100101 | 101000 | 110001 |
Color Harmonies of #A34BAF
Complementary color
Monochromatic Colors of #A34BAF
Black with #A34BAF
Text Example
Text Example
White with #A34BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BAF; }
p { color: rgb(163,75,175); }
H1.HeaderClassName
{
color: #A34BAF;
}
.AnyTagClassName
{
color: #A34BAF;
}
</style>
background-color css
<style>
a { background-color: #A34BAF; }
a { background-color: rgb(163,75,175); }
div.DivClassName
{
background-color: #A34BAF;
}
.BgClassName
{
background-color: #A34BAF;
}
</style>
border-color css
<style>
span { border-color: #A34BAF; }
span { border-color: rgb(163,75,175); }
td.TdClassName
{
border-color: #A34BAF;
}
.TagClassName
{
border-color: #A34BAF;
}
</style>