Shades of Deep Lilac #A644BB
Tints of Deep Lilac #A644BB
RGB
CMYK
RGB Variations
Color information
#A644BB (or 0xA644BB) is known color: Deep Lilac. HEX triplet: A6, 44 and BB. RGB value is (166,68,187). Sum of RGB (Red+Green+Blue) = 166+68+187=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A644BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644BB is #59BB44. Grayscale: #6E6E6E. Windows color (decimal): -5880645 or 12272806. OLE color: 12272806.
HSL color Cylindrical-coordinate representation of color #A644BB: hue angle of 289.41º 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 #A644BB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 68 | 187 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.27 |
| HSL | 289.41º | 0.47% | 0.5% | - |
| HSV(B) | 289.41º | 0.64% | 0.73% | - |
| XYZ | 26.76 | 15.83 | 48.66 | - |
| YUV | 110.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 187 | 0.11 | 0.64 | 0 | 0.27 | 289.41 | 0.47 | 0.5 |
| Hex | A6 | 44 | BB | B | 40 | 0 | 1B | 121 | 2F | 32 |
| Octal | 246 | 104 | 273 | 13 | 100 | 0 | 33 | 441 | 57 | 62 |
| Binary | 10100110 | 1000100 | 10111011 | 1011 | 1000000 | 0 | 11011 | 100100001 | 101111 | 110010 |
Color Harmonies of #A644BB
Complementary color
Monochromatic Colors of #A644BB
Black with #A644BB
Text Example
Text Example
White with #A644BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644BB; }
p { color: rgb(166,68,187); }
H1.HeaderClassName
{
color: #A644BB;
}
.AnyTagClassName
{
color: #A644BB;
}
</style>
background-color css
<style>
a { background-color: #A644BB; }
a { background-color: rgb(166,68,187); }
div.DivClassName
{
background-color: #A644BB;
}
.BgClassName
{
background-color: #A644BB;
}
</style>
border-color css
<style>
span { border-color: #A644BB; }
span { border-color: rgb(166,68,187); }
td.TdClassName
{
border-color: #A644BB;
}
.TagClassName
{
border-color: #A644BB;
}
</style>