Shades of Deep Lilac #A55AB7
Tints of Deep Lilac #A55AB7
RGB
CMYK
RGB Variations
Color information
#A55AB7 (or 0xA55AB7) is known color: Deep Lilac. HEX triplet: A5, 5A and B7. RGB value is (165,90,183). Sum of RGB (Red+Green+Blue) = 165+90+183=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #A55AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AB7 is #5AA548. Grayscale: #7A7A7A. Windows color (decimal): -5940553 or 12016293. OLE color: 12016293.
HSL color Cylindrical-coordinate representation of color #A55AB7: hue angle of 288.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55AB7 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 90 | 183 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.28 |
| HSL | 288.39º | 0.39% | 0.54% | - |
| HSV(B) | 288.39º | 0.51% | 0.72% | - |
| XYZ | 27.72 | 18.73 | 46.95 | - |
| YUV | 123.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 183 | 0.10 | 0.51 | 0 | 0.28 | 288.39 | 0.39 | 0.54 |
| Hex | A5 | 5A | B7 | A | 33 | 0 | 1C | 120 | 27 | 36 |
| Octal | 245 | 132 | 267 | 12 | 63 | 0 | 34 | 440 | 47 | 66 |
| Binary | 10100101 | 1011010 | 10110111 | 1010 | 110011 | 0 | 11100 | 100100000 | 100111 | 110110 |
Color Harmonies of #A55AB7
Complementary color
Monochromatic Colors of #A55AB7
Black with #A55AB7
Text Example
Text Example
White with #A55AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AB7; }
p { color: rgb(165,90,183); }
H1.HeaderClassName
{
color: #A55AB7;
}
.AnyTagClassName
{
color: #A55AB7;
}
</style>
background-color css
<style>
a { background-color: #A55AB7; }
a { background-color: rgb(165,90,183); }
div.DivClassName
{
background-color: #A55AB7;
}
.BgClassName
{
background-color: #A55AB7;
}
</style>
border-color css
<style>
span { border-color: #A55AB7; }
span { border-color: rgb(165,90,183); }
td.TdClassName
{
border-color: #A55AB7;
}
.TagClassName
{
border-color: #A55AB7;
}
</style>