Shades of Deep Lilac #A347BC
Tints of Deep Lilac #A347BC
RGB
CMYK
RGB Variations
Color information
#A347BC (or 0xA347BC) is known color: Deep Lilac. HEX triplet: A3, 47 and BC. RGB value is (163,71,188). Sum of RGB (Red+Green+Blue) = 163+71+188=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #A347BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347BC is #5CB843. Grayscale: #6F6F6F. Windows color (decimal): -6076484 or 12339107. OLE color: 12339107.
HSL color Cylindrical-coordinate representation of color #A347BC: hue angle of 287.18º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A347BC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 71 | 188 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.26 |
| HSL | 287.18º | 0.47% | 0.51% | - |
| HSV(B) | 287.18º | 0.62% | 0.74% | - |
| XYZ | 26.43 | 15.92 | 49.26 | - |
| YUV | 111.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 188 | 0.13 | 0.62 | 0 | 0.26 | 287.18 | 0.47 | 0.51 |
| Hex | A3 | 47 | BC | D | 3E | 0 | 1A | 11F | 2F | 33 |
| Octal | 243 | 107 | 274 | 15 | 76 | 0 | 32 | 437 | 57 | 63 |
| Binary | 10100011 | 1000111 | 10111100 | 1101 | 111110 | 0 | 11010 | 100011111 | 101111 | 110011 |
Color Harmonies of #A347BC
Complementary color
Monochromatic Colors of #A347BC
Black with #A347BC
Text Example
Text Example
White with #A347BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347BC; }
p { color: rgb(163,71,188); }
H1.HeaderClassName
{
color: #A347BC;
}
.AnyTagClassName
{
color: #A347BC;
}
</style>
background-color css
<style>
a { background-color: #A347BC; }
a { background-color: rgb(163,71,188); }
div.DivClassName
{
background-color: #A347BC;
}
.BgClassName
{
background-color: #A347BC;
}
</style>
border-color css
<style>
span { border-color: #A347BC; }
span { border-color: rgb(163,71,188); }
td.TdClassName
{
border-color: #A347BC;
}
.TagClassName
{
border-color: #A347BC;
}
</style>