Shades of Deep Lilac #A344BC
Tints of Deep Lilac #A344BC
RGB
CMYK
RGB Variations
Color information
#A344BC (or 0xA344BC) is known color: Deep Lilac. HEX triplet: A3, 44 and BC. RGB value is (163,68,188). Sum of RGB (Red+Green+Blue) = 163+68+188=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A344BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344BC is #5CBB43. Grayscale: #6D6D6D. Windows color (decimal): -6077252 or 12338339. OLE color: 12338339.
HSL color Cylindrical-coordinate representation of color #A344BC: hue angle of 287.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A344BC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 68 | 188 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.26 |
| HSL | 287.5º | 0.47% | 0.5% | - |
| HSV(B) | 287.5º | 0.64% | 0.74% | - |
| XYZ | 26.25 | 15.55 | 49.2 | - |
| YUV | 110.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 188 | 0.13 | 0.64 | 0 | 0.26 | 287.5 | 0.47 | 0.5 |
| Hex | A3 | 44 | BC | D | 40 | 0 | 1A | 120 | 2F | 32 |
| Octal | 243 | 104 | 274 | 15 | 100 | 0 | 32 | 440 | 57 | 62 |
| Binary | 10100011 | 1000100 | 10111100 | 1101 | 1000000 | 0 | 11010 | 100100000 | 101111 | 110010 |
Color Harmonies of #A344BC
Complementary color
Monochromatic Colors of #A344BC
Black with #A344BC
Text Example
Text Example
White with #A344BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344BC; }
p { color: rgb(163,68,188); }
H1.HeaderClassName
{
color: #A344BC;
}
.AnyTagClassName
{
color: #A344BC;
}
</style>
background-color css
<style>
a { background-color: #A344BC; }
a { background-color: rgb(163,68,188); }
div.DivClassName
{
background-color: #A344BC;
}
.BgClassName
{
background-color: #A344BC;
}
</style>
border-color css
<style>
span { border-color: #A344BC; }
span { border-color: rgb(163,68,188); }
td.TdClassName
{
border-color: #A344BC;
}
.TagClassName
{
border-color: #A344BC;
}
</style>