Shades of Deep Lilac #A551B5
Tints of Deep Lilac #A551B5
RGB
CMYK
RGB Variations
Color information
#A551B5 (or 0xA551B5) is known color: Deep Lilac. HEX triplet: A5, 51 and B5. RGB value is (165,81,181). Sum of RGB (Red+Green+Blue) = 165+81+181=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #A551B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551B5 is #5AAE4A. Grayscale: #757575. Windows color (decimal): -5942859 or 11882917. OLE color: 11882917.
HSL color Cylindrical-coordinate representation of color #A551B5: hue angle of 290.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A551B5 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 81 | 181 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.29 |
| HSL | 290.4º | 0.4% | 0.51% | - |
| HSV(B) | 290.4º | 0.55% | 0.71% | - |
| XYZ | 26.8 | 17.22 | 45.63 | - |
| YUV | 117.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 181 | 0.09 | 0.55 | 0 | 0.29 | 290.4 | 0.4 | 0.51 |
| Hex | A5 | 51 | B5 | 9 | 37 | 0 | 1D | 122 | 28 | 33 |
| Octal | 245 | 121 | 265 | 11 | 67 | 0 | 35 | 442 | 50 | 63 |
| Binary | 10100101 | 1010001 | 10110101 | 1001 | 110111 | 0 | 11101 | 100100010 | 101000 | 110011 |
Color Harmonies of #A551B5
Complementary color
Monochromatic Colors of #A551B5
Black with #A551B5
Text Example
Text Example
White with #A551B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551B5; }
p { color: rgb(165,81,181); }
H1.HeaderClassName
{
color: #A551B5;
}
.AnyTagClassName
{
color: #A551B5;
}
</style>
background-color css
<style>
a { background-color: #A551B5; }
a { background-color: rgb(165,81,181); }
div.DivClassName
{
background-color: #A551B5;
}
.BgClassName
{
background-color: #A551B5;
}
</style>
border-color css
<style>
span { border-color: #A551B5; }
span { border-color: rgb(165,81,181); }
td.TdClassName
{
border-color: #A551B5;
}
.TagClassName
{
border-color: #A551B5;
}
</style>