Shades of Deep Lilac #A864BB
Tints of Deep Lilac #A864BB
RGB
CMYK
RGB Variations
Color information
#A864BB (or 0xA864BB) is known color: Deep Lilac. HEX triplet: A8, 64 and BB. RGB value is (168,100,187). Sum of RGB (Red+Green+Blue) = 168+100+187=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #A864BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BB is #579B44. Grayscale: #818181. Windows color (decimal): -5741381 or 12281000. OLE color: 12281000.
HSL color Cylindrical-coordinate representation of color #A864BB: hue angle of 286.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A864BB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 100 | 187 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.27 |
| HSL | 286.9º | 0.39% | 0.56% | - |
| HSV(B) | 286.9º | 0.47% | 0.73% | - |
| XYZ | 29.68 | 21.03 | 49.51 | - |
| YUV | 130.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 187 | 0.10 | 0.47 | 0 | 0.27 | 286.9 | 0.39 | 0.56 |
| Hex | A8 | 64 | BB | A | 2F | 0 | 1B | 11F | 27 | 38 |
| Octal | 250 | 144 | 273 | 12 | 57 | 0 | 33 | 437 | 47 | 70 |
| Binary | 10101000 | 1100100 | 10111011 | 1010 | 101111 | 0 | 11011 | 100011111 | 100111 | 111000 |
Color Harmonies of #A864BB
Complementary color
Monochromatic Colors of #A864BB
Black with #A864BB
Text Example
Text Example
White with #A864BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864BB; }
p { color: rgb(168,100,187); }
H1.HeaderClassName
{
color: #A864BB;
}
.AnyTagClassName
{
color: #A864BB;
}
</style>
background-color css
<style>
a { background-color: #A864BB; }
a { background-color: rgb(168,100,187); }
div.DivClassName
{
background-color: #A864BB;
}
.BgClassName
{
background-color: #A864BB;
}
</style>
border-color css
<style>
span { border-color: #A864BB; }
span { border-color: rgb(168,100,187); }
td.TdClassName
{
border-color: #A864BB;
}
.TagClassName
{
border-color: #A864BB;
}
</style>