Shades of Deep Lilac #A863B5
Tints of Deep Lilac #A863B5
RGB
CMYK
RGB Variations
Color information
#A863B5 (or 0xA863B5) is known color: Deep Lilac. HEX triplet: A8, 63 and B5. RGB value is (168,99,181). Sum of RGB (Red+Green+Blue) = 168+99+181=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #A863B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863B5 is #579C4A. Grayscale: #808080. Windows color (decimal): -5741643 or 11887528. OLE color: 11887528.
HSL color Cylindrical-coordinate representation of color #A863B5: hue angle of 290.49º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A863B5 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 99 | 181 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.29 |
| HSL | 290.49º | 0.36% | 0.55% | - |
| HSV(B) | 290.49º | 0.45% | 0.71% | - |
| XYZ | 28.95 | 20.58 | 46.16 | - |
| YUV | 128.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 181 | 0.07 | 0.45 | 0 | 0.29 | 290.49 | 0.36 | 0.55 |
| Hex | A8 | 63 | B5 | 7 | 2D | 0 | 1D | 122 | 24 | 37 |
| Octal | 250 | 143 | 265 | 7 | 55 | 0 | 35 | 442 | 44 | 67 |
| Binary | 10101000 | 1100011 | 10110101 | 111 | 101101 | 0 | 11101 | 100100010 | 100100 | 110111 |
Color Harmonies of #A863B5
Complementary color
Monochromatic Colors of #A863B5
Black with #A863B5
Text Example
Text Example
White with #A863B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863B5; }
p { color: rgb(168,99,181); }
H1.HeaderClassName
{
color: #A863B5;
}
.AnyTagClassName
{
color: #A863B5;
}
</style>
background-color css
<style>
a { background-color: #A863B5; }
a { background-color: rgb(168,99,181); }
div.DivClassName
{
background-color: #A863B5;
}
.BgClassName
{
background-color: #A863B5;
}
</style>
border-color css
<style>
span { border-color: #A863B5; }
span { border-color: rgb(168,99,181); }
td.TdClassName
{
border-color: #A863B5;
}
.TagClassName
{
border-color: #A863B5;
}
</style>