Shades of Deep Lilac #A55AB2
Tints of Deep Lilac #A55AB2
RGB
CMYK
RGB Variations
Color information
#A55AB2 (or 0xA55AB2) is known color: Deep Lilac. HEX triplet: A5, 5A and B2. RGB value is (165,90,178). Sum of RGB (Red+Green+Blue) = 165+90+178=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #A55AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AB2 is #5AA54D. Grayscale: #7A7A7A. Windows color (decimal): -5940558 or 11688613. OLE color: 11688613.
HSL color Cylindrical-coordinate representation of color #A55AB2: hue angle of 291.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55AB2 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 90 | 178 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.30 |
| HSL | 291.14º | 0.36% | 0.53% | - |
| HSV(B) | 291.14º | 0.49% | 0.7% | - |
| XYZ | 27.21 | 18.53 | 44.26 | - |
| YUV | 122.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 178 | 0.07 | 0.49 | 0 | 0.30 | 291.14 | 0.36 | 0.53 |
| Hex | A5 | 5A | B2 | 7 | 31 | 0 | 1E | 123 | 24 | 35 |
| Octal | 245 | 132 | 262 | 7 | 61 | 0 | 36 | 443 | 44 | 65 |
| Binary | 10100101 | 1011010 | 10110010 | 111 | 110001 | 0 | 11110 | 100100011 | 100100 | 110101 |
Color Harmonies of #A55AB2
Complementary color
Monochromatic Colors of #A55AB2
Black with #A55AB2
Text Example
Text Example
White with #A55AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AB2; }
p { color: rgb(165,90,178); }
H1.HeaderClassName
{
color: #A55AB2;
}
.AnyTagClassName
{
color: #A55AB2;
}
</style>
background-color css
<style>
a { background-color: #A55AB2; }
a { background-color: rgb(165,90,178); }
div.DivClassName
{
background-color: #A55AB2;
}
.BgClassName
{
background-color: #A55AB2;
}
</style>
border-color css
<style>
span { border-color: #A55AB2; }
span { border-color: rgb(165,90,178); }
td.TdClassName
{
border-color: #A55AB2;
}
.TagClassName
{
border-color: #A55AB2;
}
</style>