Shades of Deep Lilac #A865BE
Tints of Deep Lilac #A865BE
RGB
CMYK
RGB Variations
Color information
#A865BE (or 0xA865BE) is known color: Deep Lilac. HEX triplet: A8, 65 and BE. RGB value is (168,101,190). Sum of RGB (Red+Green+Blue) = 168+101+190=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A865BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865BE is #579A41. Grayscale: #828282. Windows color (decimal): -5741122 or 12477864. OLE color: 12477864.
HSL color Cylindrical-coordinate representation of color #A865BE: hue angle of 285.17º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A865BE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 101 | 190 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.25 |
| HSL | 285.17º | 0.41% | 0.57% | - |
| HSV(B) | 285.17º | 0.47% | 0.75% | - |
| XYZ | 30.1 | 21.35 | 51.25 | - |
| YUV | 131.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 190 | 0.12 | 0.47 | 0 | 0.25 | 285.17 | 0.41 | 0.57 |
| Hex | A8 | 65 | BE | C | 2F | 0 | 19 | 11D | 29 | 39 |
| Octal | 250 | 145 | 276 | 14 | 57 | 0 | 31 | 435 | 51 | 71 |
| Binary | 10101000 | 1100101 | 10111110 | 1100 | 101111 | 0 | 11001 | 100011101 | 101001 | 111001 |
Color Harmonies of #A865BE
Complementary color
Monochromatic Colors of #A865BE
Black with #A865BE
Text Example
Text Example
White with #A865BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865BE; }
p { color: rgb(168,101,190); }
H1.HeaderClassName
{
color: #A865BE;
}
.AnyTagClassName
{
color: #A865BE;
}
</style>
background-color css
<style>
a { background-color: #A865BE; }
a { background-color: rgb(168,101,190); }
div.DivClassName
{
background-color: #A865BE;
}
.BgClassName
{
background-color: #A865BE;
}
</style>
border-color css
<style>
span { border-color: #A865BE; }
span { border-color: rgb(168,101,190); }
td.TdClassName
{
border-color: #A865BE;
}
.TagClassName
{
border-color: #A865BE;
}
</style>