Shades of Deep Lilac #A344BB
Tints of Deep Lilac #A344BB
RGB
CMYK
RGB Variations
Color information
#A344BB (or 0xA344BB) is known color: Deep Lilac. HEX triplet: A3, 44 and BB. RGB value is (163,68,187). Sum of RGB (Red+Green+Blue) = 163+68+187=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #A344BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344BB is #5CBB44. Grayscale: #6D6D6D. Windows color (decimal): -6077253 or 12272803. OLE color: 12272803.
HSL color Cylindrical-coordinate representation of color #A344BB: hue angle of 287.9º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A344BB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 68 | 187 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.27 |
| HSL | 287.9º | 0.47% | 0.5% | - |
| HSV(B) | 287.9º | 0.64% | 0.73% | - |
| XYZ | 26.14 | 15.51 | 48.63 | - |
| YUV | 109.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 187 | 0.13 | 0.64 | 0 | 0.27 | 287.9 | 0.47 | 0.5 |
| Hex | A3 | 44 | BB | D | 40 | 0 | 1B | 120 | 2F | 32 |
| Octal | 243 | 104 | 273 | 15 | 100 | 0 | 33 | 440 | 57 | 62 |
| Binary | 10100011 | 1000100 | 10111011 | 1101 | 1000000 | 0 | 11011 | 100100000 | 101111 | 110010 |
Color Harmonies of #A344BB
Complementary color
Monochromatic Colors of #A344BB
Black with #A344BB
Text Example
Text Example
White with #A344BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344BB; }
p { color: rgb(163,68,187); }
H1.HeaderClassName
{
color: #A344BB;
}
.AnyTagClassName
{
color: #A344BB;
}
</style>
background-color css
<style>
a { background-color: #A344BB; }
a { background-color: rgb(163,68,187); }
div.DivClassName
{
background-color: #A344BB;
}
.BgClassName
{
background-color: #A344BB;
}
</style>
border-color css
<style>
span { border-color: #A344BB; }
span { border-color: rgb(163,68,187); }
td.TdClassName
{
border-color: #A344BB;
}
.TagClassName
{
border-color: #A344BB;
}
</style>