Shades of Deep Lilac #A553B7
Tints of Deep Lilac #A553B7
RGB
CMYK
RGB Variations
Color information
#A553B7 (or 0xA553B7) is known color: Deep Lilac. HEX triplet: A5, 53 and B7. RGB value is (165,83,183). Sum of RGB (Red+Green+Blue) = 165+83+183=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #A553B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553B7 is #5AAC48. Grayscale: #767676. Windows color (decimal): -5942345 or 12014501. OLE color: 12014501.
HSL color Cylindrical-coordinate representation of color #A553B7: hue angle of 289.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A553B7 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 83 | 183 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.28 |
| HSL | 289.2º | 0.41% | 0.52% | - |
| HSV(B) | 289.2º | 0.55% | 0.72% | - |
| XYZ | 27.16 | 17.6 | 46.77 | - |
| YUV | 118.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 183 | 0.10 | 0.55 | 0 | 0.28 | 289.2 | 0.41 | 0.52 |
| Hex | A5 | 53 | B7 | A | 37 | 0 | 1C | 121 | 29 | 34 |
| Octal | 245 | 123 | 267 | 12 | 67 | 0 | 34 | 441 | 51 | 64 |
| Binary | 10100101 | 1010011 | 10110111 | 1010 | 110111 | 0 | 11100 | 100100001 | 101001 | 110100 |
Color Harmonies of #A553B7
Complementary color
Monochromatic Colors of #A553B7
Black with #A553B7
Text Example
Text Example
White with #A553B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A553B7; }
p { color: rgb(165,83,183); }
H1.HeaderClassName
{
color: #A553B7;
}
.AnyTagClassName
{
color: #A553B7;
}
</style>
background-color css
<style>
a { background-color: #A553B7; }
a { background-color: rgb(165,83,183); }
div.DivClassName
{
background-color: #A553B7;
}
.BgClassName
{
background-color: #A553B7;
}
</style>
border-color css
<style>
span { border-color: #A553B7; }
span { border-color: rgb(165,83,183); }
td.TdClassName
{
border-color: #A553B7;
}
.TagClassName
{
border-color: #A553B7;
}
</style>