Shades of Deep Lilac #A855C5
Tints of Deep Lilac #A855C5
RGB
CMYK
RGB Variations
Color information
#A855C5 (or 0xA855C5) is known color: Deep Lilac. HEX triplet: A8, 55 and C5. RGB value is (168,85,197). Sum of RGB (Red+Green+Blue) = 168+85+197=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #A855C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855C5 is #57AA3A. Grayscale: #7A7A7A. Windows color (decimal): -5745211 or 12932520. OLE color: 12932520.
HSL color Cylindrical-coordinate representation of color #A855C5: hue angle of 284.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A855C5 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 85 | 197 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.23 |
| HSL | 284.46º | 0.49% | 0.55% | - |
| HSV(B) | 284.46º | 0.57% | 0.77% | - |
| XYZ | 29.47 | 18.85 | 54.91 | - |
| YUV | 122.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 197 | 0.15 | 0.57 | 0 | 0.23 | 284.46 | 0.49 | 0.55 |
| Hex | A8 | 55 | C5 | F | 39 | 0 | 17 | 11C | 31 | 37 |
| Octal | 250 | 125 | 305 | 17 | 71 | 0 | 27 | 434 | 61 | 67 |
| Binary | 10101000 | 1010101 | 11000101 | 1111 | 111001 | 0 | 10111 | 100011100 | 110001 | 110111 |
Color Harmonies of #A855C5
Complementary color
Monochromatic Colors of #A855C5
Black with #A855C5
Text Example
Text Example
White with #A855C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855C5; }
p { color: rgb(168,85,197); }
H1.HeaderClassName
{
color: #A855C5;
}
.AnyTagClassName
{
color: #A855C5;
}
</style>
background-color css
<style>
a { background-color: #A855C5; }
a { background-color: rgb(168,85,197); }
div.DivClassName
{
background-color: #A855C5;
}
.BgClassName
{
background-color: #A855C5;
}
</style>
border-color css
<style>
span { border-color: #A855C5; }
span { border-color: rgb(168,85,197); }
td.TdClassName
{
border-color: #A855C5;
}
.TagClassName
{
border-color: #A855C5;
}
</style>