Shades of Deep Lilac #A55FB5
Tints of Deep Lilac #A55FB5
RGB
CMYK
RGB Variations
Color information
#A55FB5 (or 0xA55FB5) is known color: Deep Lilac. HEX triplet: A5, 5F and B5. RGB value is (165,95,181). Sum of RGB (Red+Green+Blue) = 165+95+181=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #A55FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FB5 is #5AA04A. Grayscale: #7D7D7D. Windows color (decimal): -5939275 or 11886501. OLE color: 11886501.
HSL color Cylindrical-coordinate representation of color #A55FB5: hue angle of 288.84º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55FB5 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 95 | 181 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.29 |
| HSL | 288.84º | 0.37% | 0.54% | - |
| HSV(B) | 288.84º | 0.48% | 0.71% | - |
| XYZ | 27.95 | 19.52 | 46.01 | - |
| YUV | 125.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 181 | 0.09 | 0.48 | 0 | 0.29 | 288.84 | 0.37 | 0.54 |
| Hex | A5 | 5F | B5 | 9 | 30 | 0 | 1D | 121 | 25 | 36 |
| Octal | 245 | 137 | 265 | 11 | 60 | 0 | 35 | 441 | 45 | 66 |
| Binary | 10100101 | 1011111 | 10110101 | 1001 | 110000 | 0 | 11101 | 100100001 | 100101 | 110110 |
Color Harmonies of #A55FB5
Complementary color
Monochromatic Colors of #A55FB5
Black with #A55FB5
Text Example
Text Example
White with #A55FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FB5; }
p { color: rgb(165,95,181); }
H1.HeaderClassName
{
color: #A55FB5;
}
.AnyTagClassName
{
color: #A55FB5;
}
</style>
background-color css
<style>
a { background-color: #A55FB5; }
a { background-color: rgb(165,95,181); }
div.DivClassName
{
background-color: #A55FB5;
}
.BgClassName
{
background-color: #A55FB5;
}
</style>
border-color css
<style>
span { border-color: #A55FB5; }
span { border-color: rgb(165,95,181); }
td.TdClassName
{
border-color: #A55FB5;
}
.TagClassName
{
border-color: #A55FB5;
}
</style>