Shades of Deep Lilac #A865BF
Tints of Deep Lilac #A865BF
RGB
CMYK
RGB Variations
Color information
#A865BF (or 0xA865BF) is known color: Deep Lilac. HEX triplet: A8, 65 and BF. RGB value is (168,101,191). Sum of RGB (Red+Green+Blue) = 168+101+191=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #A865BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865BF is #579A40. Grayscale: #838383. Windows color (decimal): -5741121 or 12543400. OLE color: 12543400.
HSL color Cylindrical-coordinate representation of color #A865BF: hue angle of 284.67º 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 #A865BF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 101 | 191 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.25 |
| HSL | 284.67º | 0.41% | 0.57% | - |
| HSV(B) | 284.67º | 0.47% | 0.75% | - |
| XYZ | 30.21 | 21.39 | 51.83 | - |
| YUV | 131.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 191 | 0.12 | 0.47 | 0 | 0.25 | 284.67 | 0.41 | 0.57 |
| Hex | A8 | 65 | BF | C | 2F | 0 | 19 | 11D | 29 | 39 |
| Octal | 250 | 145 | 277 | 14 | 57 | 0 | 31 | 435 | 51 | 71 |
| Binary | 10101000 | 1100101 | 10111111 | 1100 | 101111 | 0 | 11001 | 100011101 | 101001 | 111001 |
Color Harmonies of #A865BF
Complementary color
Monochromatic Colors of #A865BF
Black with #A865BF
Text Example
Text Example
White with #A865BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865BF; }
p { color: rgb(168,101,191); }
H1.HeaderClassName
{
color: #A865BF;
}
.AnyTagClassName
{
color: #A865BF;
}
</style>
background-color css
<style>
a { background-color: #A865BF; }
a { background-color: rgb(168,101,191); }
div.DivClassName
{
background-color: #A865BF;
}
.BgClassName
{
background-color: #A865BF;
}
</style>
border-color css
<style>
span { border-color: #A865BF; }
span { border-color: rgb(168,101,191); }
td.TdClassName
{
border-color: #A865BF;
}
.TagClassName
{
border-color: #A865BF;
}
</style>