Shades of Deep Lilac #A844BB
Tints of Deep Lilac #A844BB
RGB
CMYK
RGB Variations
Color information
#A844BB (or 0xA844BB) is known color: Deep Lilac. HEX triplet: A8, 44 and BB. RGB value is (168,68,187). Sum of RGB (Red+Green+Blue) = 168+68+187=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #A844BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844BB is #57BB44. Grayscale: #6F6F6F. Windows color (decimal): -5749573 or 12272808. OLE color: 12272808.
HSL color Cylindrical-coordinate representation of color #A844BB: hue angle of 290.42º 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 #A844BB is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 68 | 187 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.27 |
| HSL | 290.42º | 0.47% | 0.5% | - |
| HSV(B) | 290.42º | 0.64% | 0.73% | - |
| XYZ | 27.19 | 16.05 | 48.68 | - |
| YUV | 111.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 187 | 0.10 | 0.64 | 0 | 0.27 | 290.42 | 0.47 | 0.5 |
| Hex | A8 | 44 | BB | A | 40 | 0 | 1B | 122 | 2F | 32 |
| Octal | 250 | 104 | 273 | 12 | 100 | 0 | 33 | 442 | 57 | 62 |
| Binary | 10101000 | 1000100 | 10111011 | 1010 | 1000000 | 0 | 11011 | 100100010 | 101111 | 110010 |
Color Harmonies of #A844BB
Complementary color
Monochromatic Colors of #A844BB
Black with #A844BB
Text Example
Text Example
White with #A844BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844BB; }
p { color: rgb(168,68,187); }
H1.HeaderClassName
{
color: #A844BB;
}
.AnyTagClassName
{
color: #A844BB;
}
</style>
background-color css
<style>
a { background-color: #A844BB; }
a { background-color: rgb(168,68,187); }
div.DivClassName
{
background-color: #A844BB;
}
.BgClassName
{
background-color: #A844BB;
}
</style>
border-color css
<style>
span { border-color: #A844BB; }
span { border-color: rgb(168,68,187); }
td.TdClassName
{
border-color: #A844BB;
}
.TagClassName
{
border-color: #A844BB;
}
</style>