Shades of Deep Lilac #A861B5
Tints of Deep Lilac #A861B5
RGB
CMYK
RGB Variations
Color information
#A861B5 (or 0xA861B5) is known color: Deep Lilac. HEX triplet: A8, 61 and B5. RGB value is (168,97,181). Sum of RGB (Red+Green+Blue) = 168+97+181=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #A861B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861B5 is #579E4A. Grayscale: #7F7F7F. Windows color (decimal): -5742155 or 11887016. OLE color: 11887016.
HSL color Cylindrical-coordinate representation of color #A861B5: hue angle of 290.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A861B5 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 97 | 181 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.29 |
| HSL | 290.71º | 0.36% | 0.55% | - |
| HSV(B) | 290.71º | 0.46% | 0.71% | - |
| XYZ | 28.76 | 20.21 | 46.1 | - |
| YUV | 127.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 181 | 0.07 | 0.46 | 0 | 0.29 | 290.71 | 0.36 | 0.55 |
| Hex | A8 | 61 | B5 | 7 | 2E | 0 | 1D | 123 | 24 | 37 |
| Octal | 250 | 141 | 265 | 7 | 56 | 0 | 35 | 443 | 44 | 67 |
| Binary | 10101000 | 1100001 | 10110101 | 111 | 101110 | 0 | 11101 | 100100011 | 100100 | 110111 |
Color Harmonies of #A861B5
Complementary color
Monochromatic Colors of #A861B5
Black with #A861B5
Text Example
Text Example
White with #A861B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861B5; }
p { color: rgb(168,97,181); }
H1.HeaderClassName
{
color: #A861B5;
}
.AnyTagClassName
{
color: #A861B5;
}
</style>
background-color css
<style>
a { background-color: #A861B5; }
a { background-color: rgb(168,97,181); }
div.DivClassName
{
background-color: #A861B5;
}
.BgClassName
{
background-color: #A861B5;
}
</style>
border-color css
<style>
span { border-color: #A861B5; }
span { border-color: rgb(168,97,181); }
td.TdClassName
{
border-color: #A861B5;
}
.TagClassName
{
border-color: #A861B5;
}
</style>