Shades of Deep Lilac #A554B2
Tints of Deep Lilac #A554B2
RGB
CMYK
RGB Variations
Color information
#A554B2 (or 0xA554B2) is known color: Deep Lilac. HEX triplet: A5, 54 and B2. RGB value is (165,84,178). Sum of RGB (Red+Green+Blue) = 165+84+178=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #A554B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554B2 is #5AAB4D. Grayscale: #767676. Windows color (decimal): -5942094 or 11687077. OLE color: 11687077.
HSL color Cylindrical-coordinate representation of color #A554B2: hue angle of 291.7º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A554B2 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 84 | 178 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.30 |
| HSL | 291.7º | 0.38% | 0.51% | - |
| HSV(B) | 291.7º | 0.53% | 0.7% | - |
| XYZ | 26.72 | 17.55 | 44.1 | - |
| YUV | 118.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 178 | 0.07 | 0.53 | 0 | 0.30 | 291.7 | 0.38 | 0.51 |
| Hex | A5 | 54 | B2 | 7 | 35 | 0 | 1E | 124 | 26 | 33 |
| Octal | 245 | 124 | 262 | 7 | 65 | 0 | 36 | 444 | 46 | 63 |
| Binary | 10100101 | 1010100 | 10110010 | 111 | 110101 | 0 | 11110 | 100100100 | 100110 | 110011 |
Color Harmonies of #A554B2
Complementary color
Monochromatic Colors of #A554B2
Black with #A554B2
Text Example
Text Example
White with #A554B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554B2; }
p { color: rgb(165,84,178); }
H1.HeaderClassName
{
color: #A554B2;
}
.AnyTagClassName
{
color: #A554B2;
}
</style>
background-color css
<style>
a { background-color: #A554B2; }
a { background-color: rgb(165,84,178); }
div.DivClassName
{
background-color: #A554B2;
}
.BgClassName
{
background-color: #A554B2;
}
</style>
border-color css
<style>
span { border-color: #A554B2; }
span { border-color: rgb(165,84,178); }
td.TdClassName
{
border-color: #A554B2;
}
.TagClassName
{
border-color: #A554B2;
}
</style>