Shades of Deep Lilac #A55CC9
Tints of Deep Lilac #A55CC9
RGB
CMYK
RGB Variations
Color information
#A55CC9 (or 0xA55CC9) is known color: Deep Lilac. HEX triplet: A5, 5C and C9. RGB value is (165,92,201). Sum of RGB (Red+Green+Blue) = 165+92+201=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #A55CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CC9 is #5AA336. Grayscale: #7D7D7D. Windows color (decimal): -5940023 or 13196453. OLE color: 13196453.
HSL color Cylindrical-coordinate representation of color #A55CC9: hue angle of 280.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55CC9 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 92 | 201 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.21 |
| HSL | 280.18º | 0.5% | 0.57% | - |
| HSV(B) | 280.18º | 0.54% | 0.79% | - |
| XYZ | 29.89 | 19.87 | 57.52 | - |
| YUV | 126.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 201 | 0.18 | 0.54 | 0 | 0.21 | 280.18 | 0.5 | 0.57 |
| Hex | A5 | 5C | C9 | 12 | 36 | 0 | 15 | 118 | 32 | 39 |
| Octal | 245 | 134 | 311 | 22 | 66 | 0 | 25 | 430 | 62 | 71 |
| Binary | 10100101 | 1011100 | 11001001 | 10010 | 110110 | 0 | 10101 | 100011000 | 110010 | 111001 |
Color Harmonies of #A55CC9
Complementary color
Monochromatic Colors of #A55CC9
Black with #A55CC9
Text Example
Text Example
White with #A55CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CC9; }
p { color: rgb(165,92,201); }
H1.HeaderClassName
{
color: #A55CC9;
}
.AnyTagClassName
{
color: #A55CC9;
}
</style>
background-color css
<style>
a { background-color: #A55CC9; }
a { background-color: rgb(165,92,201); }
div.DivClassName
{
background-color: #A55CC9;
}
.BgClassName
{
background-color: #A55CC9;
}
</style>
border-color css
<style>
span { border-color: #A55CC9; }
span { border-color: rgb(165,92,201); }
td.TdClassName
{
border-color: #A55CC9;
}
.TagClassName
{
border-color: #A55CC9;
}
</style>