Shades of Deep Lilac #A55AB4
Tints of Deep Lilac #A55AB4
RGB
CMYK
RGB Variations
Color information
#A55AB4 (or 0xA55AB4) is known color: Deep Lilac. HEX triplet: A5, 5A and B4. RGB value is (165,90,180). Sum of RGB (Red+Green+Blue) = 165+90+180=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #A55AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AB4 is #5AA54B. Grayscale: #7A7A7A. Windows color (decimal): -5940556 or 11819685. OLE color: 11819685.
HSL color Cylindrical-coordinate representation of color #A55AB4: hue angle of 290º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55AB4 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 90 | 180 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.29 |
| HSL | 290º | 0.38% | 0.53% | - |
| HSV(B) | 290º | 0.5% | 0.71% | - |
| XYZ | 27.41 | 18.61 | 45.33 | - |
| YUV | 122.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 180 | 0.08 | 0.50 | 0 | 0.29 | 290 | 0.38 | 0.53 |
| Hex | A5 | 5A | B4 | 8 | 32 | 0 | 1D | 122 | 26 | 35 |
| Octal | 245 | 132 | 264 | 10 | 62 | 0 | 35 | 442 | 46 | 65 |
| Binary | 10100101 | 1011010 | 10110100 | 1000 | 110010 | 0 | 11101 | 100100010 | 100110 | 110101 |
Color Harmonies of #A55AB4
Complementary color
Monochromatic Colors of #A55AB4
Black with #A55AB4
Text Example
Text Example
White with #A55AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AB4; }
p { color: rgb(165,90,180); }
H1.HeaderClassName
{
color: #A55AB4;
}
.AnyTagClassName
{
color: #A55AB4;
}
</style>
background-color css
<style>
a { background-color: #A55AB4; }
a { background-color: rgb(165,90,180); }
div.DivClassName
{
background-color: #A55AB4;
}
.BgClassName
{
background-color: #A55AB4;
}
</style>
border-color css
<style>
span { border-color: #A55AB4; }
span { border-color: rgb(165,90,180); }
td.TdClassName
{
border-color: #A55AB4;
}
.TagClassName
{
border-color: #A55AB4;
}
</style>