Shades of Deep Lilac #A855BE
Tints of Deep Lilac #A855BE
RGB
CMYK
RGB Variations
Color information
#A855BE (or 0xA855BE) is known color: Deep Lilac. HEX triplet: A8, 55 and BE. RGB value is (168,85,190). Sum of RGB (Red+Green+Blue) = 168+85+190=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #A855BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855BE is #57AA41. Grayscale: #797979. Windows color (decimal): -5745218 or 12473768. OLE color: 12473768.
HSL color Cylindrical-coordinate representation of color #A855BE: hue angle of 287.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A855BE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 85 | 190 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.25 |
| HSL | 287.43º | 0.45% | 0.54% | - |
| HSV(B) | 287.43º | 0.55% | 0.75% | - |
| XYZ | 28.69 | 18.54 | 50.78 | - |
| YUV | 121.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 190 | 0.12 | 0.55 | 0 | 0.25 | 287.43 | 0.45 | 0.54 |
| Hex | A8 | 55 | BE | C | 37 | 0 | 19 | 11F | 2D | 36 |
| Octal | 250 | 125 | 276 | 14 | 67 | 0 | 31 | 437 | 55 | 66 |
| Binary | 10101000 | 1010101 | 10111110 | 1100 | 110111 | 0 | 11001 | 100011111 | 101101 | 110110 |
Color Harmonies of #A855BE
Complementary color
Monochromatic Colors of #A855BE
Black with #A855BE
Text Example
Text Example
White with #A855BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855BE; }
p { color: rgb(168,85,190); }
H1.HeaderClassName
{
color: #A855BE;
}
.AnyTagClassName
{
color: #A855BE;
}
</style>
background-color css
<style>
a { background-color: #A855BE; }
a { background-color: rgb(168,85,190); }
div.DivClassName
{
background-color: #A855BE;
}
.BgClassName
{
background-color: #A855BE;
}
</style>
border-color css
<style>
span { border-color: #A855BE; }
span { border-color: rgb(168,85,190); }
td.TdClassName
{
border-color: #A855BE;
}
.TagClassName
{
border-color: #A855BE;
}
</style>