Shades of Deep Lilac #A855B9
Tints of Deep Lilac #A855B9
RGB
CMYK
RGB Variations
Color information
#A855B9 (or 0xA855B9) is known color: Deep Lilac. HEX triplet: A8, 55 and B9. RGB value is (168,85,185). Sum of RGB (Red+Green+Blue) = 168+85+185=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #A855B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855B9 is #57AA46. Grayscale: #787878. Windows color (decimal): -5745223 or 12146088. OLE color: 12146088.
HSL color Cylindrical-coordinate representation of color #A855B9: hue angle of 289.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A855B9 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 85 | 185 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.27 |
| HSL | 289.8º | 0.42% | 0.53% | - |
| HSV(B) | 289.8º | 0.54% | 0.73% | - |
| XYZ | 28.15 | 18.32 | 47.95 | - |
| YUV | 121.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 185 | 0.09 | 0.54 | 0 | 0.27 | 289.8 | 0.42 | 0.53 |
| Hex | A8 | 55 | B9 | 9 | 36 | 0 | 1B | 122 | 2A | 35 |
| Octal | 250 | 125 | 271 | 11 | 66 | 0 | 33 | 442 | 52 | 65 |
| Binary | 10101000 | 1010101 | 10111001 | 1001 | 110110 | 0 | 11011 | 100100010 | 101010 | 110101 |
Color Harmonies of #A855B9
Complementary color
Monochromatic Colors of #A855B9
Black with #A855B9
Text Example
Text Example
White with #A855B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855B9; }
p { color: rgb(168,85,185); }
H1.HeaderClassName
{
color: #A855B9;
}
.AnyTagClassName
{
color: #A855B9;
}
</style>
background-color css
<style>
a { background-color: #A855B9; }
a { background-color: rgb(168,85,185); }
div.DivClassName
{
background-color: #A855B9;
}
.BgClassName
{
background-color: #A855B9;
}
</style>
border-color css
<style>
span { border-color: #A855B9; }
span { border-color: rgb(168,85,185); }
td.TdClassName
{
border-color: #A855B9;
}
.TagClassName
{
border-color: #A855B9;
}
</style>