Shades of Deep Lilac #A55AC0
Tints of Deep Lilac #A55AC0
RGB
CMYK
RGB Variations
Color information
#A55AC0 (or 0xA55AC0) is known color: Deep Lilac. HEX triplet: A5, 5A and C0. RGB value is (165,90,192). Sum of RGB (Red+Green+Blue) = 165+90+192=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #A55AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AC0 is #5AA53F. Grayscale: #7B7B7B. Windows color (decimal): -5940544 or 12606117. OLE color: 12606117.
HSL color Cylindrical-coordinate representation of color #A55AC0: hue angle of 284.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55AC0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 90 | 192 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.25 |
| HSL | 284.12º | 0.45% | 0.55% | - |
| HSV(B) | 284.12º | 0.53% | 0.75% | - |
| XYZ | 28.69 | 19.12 | 52.05 | - |
| YUV | 124.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 192 | 0.14 | 0.53 | 0 | 0.25 | 284.12 | 0.45 | 0.55 |
| Hex | A5 | 5A | C0 | E | 35 | 0 | 19 | 11C | 2D | 37 |
| Octal | 245 | 132 | 300 | 16 | 65 | 0 | 31 | 434 | 55 | 67 |
| Binary | 10100101 | 1011010 | 11000000 | 1110 | 110101 | 0 | 11001 | 100011100 | 101101 | 110111 |
Color Harmonies of #A55AC0
Complementary color
Monochromatic Colors of #A55AC0
Black with #A55AC0
Text Example
Text Example
White with #A55AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AC0; }
p { color: rgb(165,90,192); }
H1.HeaderClassName
{
color: #A55AC0;
}
.AnyTagClassName
{
color: #A55AC0;
}
</style>
background-color css
<style>
a { background-color: #A55AC0; }
a { background-color: rgb(165,90,192); }
div.DivClassName
{
background-color: #A55AC0;
}
.BgClassName
{
background-color: #A55AC0;
}
</style>
border-color css
<style>
span { border-color: #A55AC0; }
span { border-color: rgb(165,90,192); }
td.TdClassName
{
border-color: #A55AC0;
}
.TagClassName
{
border-color: #A55AC0;
}
</style>