Shades of Deep Lilac #A55FB7
Tints of Deep Lilac #A55FB7
RGB
CMYK
RGB Variations
Color information
#A55FB7 (or 0xA55FB7) is known color: Deep Lilac. HEX triplet: A5, 5F and B7. RGB value is (165,95,183). Sum of RGB (Red+Green+Blue) = 165+95+183=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #A55FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FB7 is #5AA048. Grayscale: #7D7D7D. Windows color (decimal): -5939273 or 12017573. OLE color: 12017573.
HSL color Cylindrical-coordinate representation of color #A55FB7: hue angle of 287.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55FB7 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 95 | 183 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.28 |
| HSL | 287.73º | 0.38% | 0.55% | - |
| HSV(B) | 287.73º | 0.48% | 0.72% | - |
| XYZ | 28.16 | 19.6 | 47.1 | - |
| YUV | 125.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 183 | 0.10 | 0.48 | 0 | 0.28 | 287.73 | 0.38 | 0.55 |
| Hex | A5 | 5F | B7 | A | 30 | 0 | 1C | 120 | 26 | 37 |
| Octal | 245 | 137 | 267 | 12 | 60 | 0 | 34 | 440 | 46 | 67 |
| Binary | 10100101 | 1011111 | 10110111 | 1010 | 110000 | 0 | 11100 | 100100000 | 100110 | 110111 |
Color Harmonies of #A55FB7
Complementary color
Monochromatic Colors of #A55FB7
Black with #A55FB7
Text Example
Text Example
White with #A55FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FB7; }
p { color: rgb(165,95,183); }
H1.HeaderClassName
{
color: #A55FB7;
}
.AnyTagClassName
{
color: #A55FB7;
}
</style>
background-color css
<style>
a { background-color: #A55FB7; }
a { background-color: rgb(165,95,183); }
div.DivClassName
{
background-color: #A55FB7;
}
.BgClassName
{
background-color: #A55FB7;
}
</style>
border-color css
<style>
span { border-color: #A55FB7; }
span { border-color: rgb(165,95,183); }
td.TdClassName
{
border-color: #A55FB7;
}
.TagClassName
{
border-color: #A55FB7;
}
</style>