Shades of Deep Lilac #A551B7
Tints of Deep Lilac #A551B7
RGB
CMYK
RGB Variations
Color information
#A551B7 (or 0xA551B7) is known color: Deep Lilac. HEX triplet: A5, 51 and B7. RGB value is (165,81,183). Sum of RGB (Red+Green+Blue) = 165+81+183=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 183 - color contains mainly: blue. Hex color #A551B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551B7 is #5AAE48. Grayscale: #757575. Windows color (decimal): -5942857 or 12013989. OLE color: 12013989.
HSL color Cylindrical-coordinate representation of color #A551B7: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A551B7 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 81 | 183 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.28 |
| HSL | 289.41º | 0.41% | 0.52% | - |
| HSV(B) | 289.41º | 0.56% | 0.72% | - |
| XYZ | 27.01 | 17.3 | 46.72 | - |
| YUV | 117.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 183 | 0.10 | 0.56 | 0 | 0.28 | 289.41 | 0.41 | 0.52 |
| Hex | A5 | 51 | B7 | A | 38 | 0 | 1C | 121 | 29 | 34 |
| Octal | 245 | 121 | 267 | 12 | 70 | 0 | 34 | 441 | 51 | 64 |
| Binary | 10100101 | 1010001 | 10110111 | 1010 | 111000 | 0 | 11100 | 100100001 | 101001 | 110100 |
Color Harmonies of #A551B7
Complementary color
Monochromatic Colors of #A551B7
Black with #A551B7
Text Example
Text Example
White with #A551B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551B7; }
p { color: rgb(165,81,183); }
H1.HeaderClassName
{
color: #A551B7;
}
.AnyTagClassName
{
color: #A551B7;
}
</style>
background-color css
<style>
a { background-color: #A551B7; }
a { background-color: rgb(165,81,183); }
div.DivClassName
{
background-color: #A551B7;
}
.BgClassName
{
background-color: #A551B7;
}
</style>
border-color css
<style>
span { border-color: #A551B7; }
span { border-color: rgb(165,81,183); }
td.TdClassName
{
border-color: #A551B7;
}
.TagClassName
{
border-color: #A551B7;
}
</style>