Shades of Deep Lilac #A155CD
Tints of Deep Lilac #A155CD
RGB
CMYK
RGB Variations
Color information
#A155CD (or 0xA155CD) is known color: Deep Lilac. HEX triplet: A1, 55 and CD. RGB value is (161,85,205). Sum of RGB (Red+Green+Blue) = 161+85+205=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #A155CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155CD is #5EAA32. Grayscale: #787878. Windows color (decimal): -6203955 or 13456801. OLE color: 13456801.
HSL color Cylindrical-coordinate representation of color #A155CD: hue angle of 278º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A155CD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 85 | 205 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.20 |
| HSL | 278º | 0.55% | 0.57% | - |
| HSV(B) | 278º | 0.59% | 0.8% | - |
| XYZ | 28.97 | 18.48 | 59.8 | - |
| YUV | 121.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 205 | 0.21 | 0.59 | 0 | 0.20 | 278 | 0.55 | 0.57 |
| Hex | A1 | 55 | CD | 15 | 3B | 0 | 14 | 116 | 37 | 39 |
| Octal | 241 | 125 | 315 | 25 | 73 | 0 | 24 | 426 | 67 | 71 |
| Binary | 10100001 | 1010101 | 11001101 | 10101 | 111011 | 0 | 10100 | 100010110 | 110111 | 111001 |
Color Harmonies of #A155CD
Complementary color
Monochromatic Colors of #A155CD
Black with #A155CD
Text Example
Text Example
White with #A155CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155CD; }
p { color: rgb(161,85,205); }
H1.HeaderClassName
{
color: #A155CD;
}
.AnyTagClassName
{
color: #A155CD;
}
</style>
background-color css
<style>
a { background-color: #A155CD; }
a { background-color: rgb(161,85,205); }
div.DivClassName
{
background-color: #A155CD;
}
.BgClassName
{
background-color: #A155CD;
}
</style>
border-color css
<style>
span { border-color: #A155CD; }
span { border-color: rgb(161,85,205); }
td.TdClassName
{
border-color: #A155CD;
}
.TagClassName
{
border-color: #A155CD;
}
</style>