Shades of Deep Lilac #A865BB
Tints of Deep Lilac #A865BB
RGB
CMYK
RGB Variations
Color information
#A865BB (or 0xA865BB) is known color: Deep Lilac. HEX triplet: A8, 65 and BB. RGB value is (168,101,187). Sum of RGB (Red+Green+Blue) = 168+101+187=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A865BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865BB is #579A44. Grayscale: #828282. Windows color (decimal): -5741125 or 12281256. OLE color: 12281256.
HSL color Cylindrical-coordinate representation of color #A865BB: hue angle of 286.74º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A865BB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 101 | 187 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.27 |
| HSL | 286.74º | 0.39% | 0.56% | - |
| HSV(B) | 286.74º | 0.46% | 0.73% | - |
| XYZ | 29.77 | 21.22 | 49.54 | - |
| YUV | 130.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 187 | 0.10 | 0.46 | 0 | 0.27 | 286.74 | 0.39 | 0.56 |
| Hex | A8 | 65 | BB | A | 2E | 0 | 1B | 11F | 27 | 38 |
| Octal | 250 | 145 | 273 | 12 | 56 | 0 | 33 | 437 | 47 | 70 |
| Binary | 10101000 | 1100101 | 10111011 | 1010 | 101110 | 0 | 11011 | 100011111 | 100111 | 111000 |
Color Harmonies of #A865BB
Complementary color
Monochromatic Colors of #A865BB
Black with #A865BB
Text Example
Text Example
White with #A865BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865BB; }
p { color: rgb(168,101,187); }
H1.HeaderClassName
{
color: #A865BB;
}
.AnyTagClassName
{
color: #A865BB;
}
</style>
background-color css
<style>
a { background-color: #A865BB; }
a { background-color: rgb(168,101,187); }
div.DivClassName
{
background-color: #A865BB;
}
.BgClassName
{
background-color: #A865BB;
}
</style>
border-color css
<style>
span { border-color: #A865BB; }
span { border-color: rgb(168,101,187); }
td.TdClassName
{
border-color: #A865BB;
}
.TagClassName
{
border-color: #A865BB;
}
</style>