Shades of Deep Lilac #A865BD
Tints of Deep Lilac #A865BD
RGB
CMYK
RGB Variations
Color information
#A865BD (or 0xA865BD) is known color: Deep Lilac. HEX triplet: A8, 65 and BD. RGB value is (168,101,189). Sum of RGB (Red+Green+Blue) = 168+101+189=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #A865BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865BD is #579A42. Grayscale: #828282. Windows color (decimal): -5741123 or 12412328. OLE color: 12412328.
HSL color Cylindrical-coordinate representation of color #A865BD: hue angle of 285.68º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A865BD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 101 | 189 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.26 |
| HSL | 285.68º | 0.4% | 0.57% | - |
| HSV(B) | 285.68º | 0.47% | 0.74% | - |
| XYZ | 29.99 | 21.31 | 50.68 | - |
| YUV | 131.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 189 | 0.11 | 0.47 | 0 | 0.26 | 285.68 | 0.4 | 0.57 |
| Hex | A8 | 65 | BD | B | 2F | 0 | 1A | 11E | 28 | 39 |
| Octal | 250 | 145 | 275 | 13 | 57 | 0 | 32 | 436 | 50 | 71 |
| Binary | 10101000 | 1100101 | 10111101 | 1011 | 101111 | 0 | 11010 | 100011110 | 101000 | 111001 |
Color Harmonies of #A865BD
Complementary color
Monochromatic Colors of #A865BD
Black with #A865BD
Text Example
Text Example
White with #A865BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865BD; }
p { color: rgb(168,101,189); }
H1.HeaderClassName
{
color: #A865BD;
}
.AnyTagClassName
{
color: #A865BD;
}
</style>
background-color css
<style>
a { background-color: #A865BD; }
a { background-color: rgb(168,101,189); }
div.DivClassName
{
background-color: #A865BD;
}
.BgClassName
{
background-color: #A865BD;
}
</style>
border-color css
<style>
span { border-color: #A865BD; }
span { border-color: rgb(168,101,189); }
td.TdClassName
{
border-color: #A865BD;
}
.TagClassName
{
border-color: #A865BD;
}
</style>