Shades of Deep Lilac #A654BD
Tints of Deep Lilac #A654BD
RGB
CMYK
RGB Variations
Color information
#A654BD (or 0xA654BD) is known color: Deep Lilac. HEX triplet: A6, 54 and BD. RGB value is (166,84,189). Sum of RGB (Red+Green+Blue) = 166+84+189=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #A654BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654BD is #59AB42. Grayscale: #787878. Windows color (decimal): -5876547 or 12407974. OLE color: 12407974.
HSL color Cylindrical-coordinate representation of color #A654BD: hue angle of 286.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A654BD is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 84 | 189 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.26 |
| HSL | 286.86º | 0.44% | 0.54% | - |
| HSV(B) | 286.86º | 0.56% | 0.74% | - |
| XYZ | 28.08 | 18.12 | 50.16 | - |
| YUV | 120.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 189 | 0.12 | 0.56 | 0 | 0.26 | 286.86 | 0.44 | 0.54 |
| Hex | A6 | 54 | BD | C | 38 | 0 | 1A | 11F | 2C | 36 |
| Octal | 246 | 124 | 275 | 14 | 70 | 0 | 32 | 437 | 54 | 66 |
| Binary | 10100110 | 1010100 | 10111101 | 1100 | 111000 | 0 | 11010 | 100011111 | 101100 | 110110 |
Color Harmonies of #A654BD
Complementary color
Monochromatic Colors of #A654BD
Black with #A654BD
Text Example
Text Example
White with #A654BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654BD; }
p { color: rgb(166,84,189); }
H1.HeaderClassName
{
color: #A654BD;
}
.AnyTagClassName
{
color: #A654BD;
}
</style>
background-color css
<style>
a { background-color: #A654BD; }
a { background-color: rgb(166,84,189); }
div.DivClassName
{
background-color: #A654BD;
}
.BgClassName
{
background-color: #A654BD;
}
</style>
border-color css
<style>
span { border-color: #A654BD; }
span { border-color: rgb(166,84,189); }
td.TdClassName
{
border-color: #A654BD;
}
.TagClassName
{
border-color: #A654BD;
}
</style>