Shades of Deep Lilac #A344BA
Tints of Deep Lilac #A344BA
RGB
CMYK
RGB Variations
Color information
#A344BA (or 0xA344BA) is known color: Deep Lilac. HEX triplet: A3, 44 and BA. RGB value is (163,68,186). Sum of RGB (Red+Green+Blue) = 163+68+186=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #A344BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344BA is #5CBB45. Grayscale: #6D6D6D. Windows color (decimal): -6077254 or 12207267. OLE color: 12207267.
HSL color Cylindrical-coordinate representation of color #A344BA: hue angle of 288.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A344BA is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 68 | 186 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.27 |
| HSL | 288.31º | 0.46% | 0.5% | - |
| HSV(B) | 288.31º | 0.63% | 0.73% | - |
| XYZ | 26.03 | 15.47 | 48.07 | - |
| YUV | 109.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 186 | 0.12 | 0.63 | 0 | 0.27 | 288.31 | 0.46 | 0.5 |
| Hex | A3 | 44 | BA | C | 3F | 0 | 1B | 120 | 2E | 32 |
| Octal | 243 | 104 | 272 | 14 | 77 | 0 | 33 | 440 | 56 | 62 |
| Binary | 10100011 | 1000100 | 10111010 | 1100 | 111111 | 0 | 11011 | 100100000 | 101110 | 110010 |
Color Harmonies of #A344BA
Complementary color
Monochromatic Colors of #A344BA
Black with #A344BA
Text Example
Text Example
White with #A344BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344BA; }
p { color: rgb(163,68,186); }
H1.HeaderClassName
{
color: #A344BA;
}
.AnyTagClassName
{
color: #A344BA;
}
</style>
background-color css
<style>
a { background-color: #A344BA; }
a { background-color: rgb(163,68,186); }
div.DivClassName
{
background-color: #A344BA;
}
.BgClassName
{
background-color: #A344BA;
}
</style>
border-color css
<style>
span { border-color: #A344BA; }
span { border-color: rgb(163,68,186); }
td.TdClassName
{
border-color: #A344BA;
}
.TagClassName
{
border-color: #A344BA;
}
</style>