Shades of Deep Lilac #A34FBC
Tints of Deep Lilac #A34FBC
RGB
CMYK
RGB Variations
Color information
#A34FBC (or 0xA34FBC) is known color: Deep Lilac. HEX triplet: A3, 4F and BC. RGB value is (163,79,188). Sum of RGB (Red+Green+Blue) = 163+79+188=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A34FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FBC is #5CB043. Grayscale: #747474. Windows color (decimal): -6074436 or 12341155. OLE color: 12341155.
HSL color Cylindrical-coordinate representation of color #A34FBC: hue angle of 286.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34FBC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 79 | 188 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.26 |
| HSL | 286.24º | 0.45% | 0.52% | - |
| HSV(B) | 286.24º | 0.58% | 0.74% | - |
| XYZ | 26.98 | 17.01 | 49.44 | - |
| YUV | 116.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 188 | 0.13 | 0.58 | 0 | 0.26 | 286.24 | 0.45 | 0.52 |
| Hex | A3 | 4F | BC | D | 3A | 0 | 1A | 11E | 2D | 34 |
| Octal | 243 | 117 | 274 | 15 | 72 | 0 | 32 | 436 | 55 | 64 |
| Binary | 10100011 | 1001111 | 10111100 | 1101 | 111010 | 0 | 11010 | 100011110 | 101101 | 110100 |
Color Harmonies of #A34FBC
Complementary color
Monochromatic Colors of #A34FBC
Black with #A34FBC
Text Example
Text Example
White with #A34FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FBC; }
p { color: rgb(163,79,188); }
H1.HeaderClassName
{
color: #A34FBC;
}
.AnyTagClassName
{
color: #A34FBC;
}
</style>
background-color css
<style>
a { background-color: #A34FBC; }
a { background-color: rgb(163,79,188); }
div.DivClassName
{
background-color: #A34FBC;
}
.BgClassName
{
background-color: #A34FBC;
}
</style>
border-color css
<style>
span { border-color: #A34FBC; }
span { border-color: rgb(163,79,188); }
td.TdClassName
{
border-color: #A34FBC;
}
.TagClassName
{
border-color: #A34FBC;
}
</style>