Shades of Deep Lilac #A044BB
Tints of Deep Lilac #A044BB
RGB
CMYK
RGB Variations
Color information
#A044BB (or 0xA044BB) is known color: Deep Lilac. HEX triplet: A0, 44 and BB. RGB value is (160,68,187). Sum of RGB (Red+Green+Blue) = 160+68+187=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #A044BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044BB is #5FBB44. Grayscale: #6C6C6C. Windows color (decimal): -6273861 or 12272800. OLE color: 12272800.
HSL color Cylindrical-coordinate representation of color #A044BB: hue angle of 286.39º 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 #A044BB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 68 | 187 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.27 |
| HSL | 286.39º | 0.47% | 0.5% | - |
| HSV(B) | 286.39º | 0.64% | 0.73% | - |
| XYZ | 25.53 | 15.2 | 48.6 | - |
| YUV | 109.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 187 | 0.14 | 0.64 | 0 | 0.27 | 286.39 | 0.47 | 0.5 |
| Hex | A0 | 44 | BB | E | 40 | 0 | 1B | 11E | 2F | 32 |
| Octal | 240 | 104 | 273 | 16 | 100 | 0 | 33 | 436 | 57 | 62 |
| Binary | 10100000 | 1000100 | 10111011 | 1110 | 1000000 | 0 | 11011 | 100011110 | 101111 | 110010 |
Color Harmonies of #A044BB
Complementary color
Monochromatic Colors of #A044BB
Black with #A044BB
Text Example
Text Example
White with #A044BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044BB; }
p { color: rgb(160,68,187); }
H1.HeaderClassName
{
color: #A044BB;
}
.AnyTagClassName
{
color: #A044BB;
}
</style>
background-color css
<style>
a { background-color: #A044BB; }
a { background-color: rgb(160,68,187); }
div.DivClassName
{
background-color: #A044BB;
}
.BgClassName
{
background-color: #A044BB;
}
</style>
border-color css
<style>
span { border-color: #A044BB; }
span { border-color: rgb(160,68,187); }
td.TdClassName
{
border-color: #A044BB;
}
.TagClassName
{
border-color: #A044BB;
}
</style>