Shades of Deep Lilac #A454B2
Tints of Deep Lilac #A454B2
RGB
CMYK
RGB Variations
Color information
#A454B2 (or 0xA454B2) is known color: Deep Lilac. HEX triplet: A4, 54 and B2. RGB value is (164,84,178). Sum of RGB (Red+Green+Blue) = 164+84+178=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #A454B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454B2 is #5BAB4D. Grayscale: #767676. Windows color (decimal): -6007630 or 11687076. OLE color: 11687076.
HSL color Cylindrical-coordinate representation of color #A454B2: hue angle of 291.06º 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 #A454B2 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 84 | 178 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.30 |
| HSL | 291.06º | 0.38% | 0.51% | - |
| HSV(B) | 291.06º | 0.53% | 0.7% | - |
| XYZ | 26.52 | 17.45 | 44.09 | - |
| YUV | 118.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 178 | 0.08 | 0.53 | 0 | 0.30 | 291.06 | 0.38 | 0.51 |
| Hex | A4 | 54 | B2 | 8 | 35 | 0 | 1E | 123 | 26 | 33 |
| Octal | 244 | 124 | 262 | 10 | 65 | 0 | 36 | 443 | 46 | 63 |
| Binary | 10100100 | 1010100 | 10110010 | 1000 | 110101 | 0 | 11110 | 100100011 | 100110 | 110011 |
Color Harmonies of #A454B2
Complementary color
Monochromatic Colors of #A454B2
Black with #A454B2
Text Example
Text Example
White with #A454B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454B2; }
p { color: rgb(164,84,178); }
H1.HeaderClassName
{
color: #A454B2;
}
.AnyTagClassName
{
color: #A454B2;
}
</style>
background-color css
<style>
a { background-color: #A454B2; }
a { background-color: rgb(164,84,178); }
div.DivClassName
{
background-color: #A454B2;
}
.BgClassName
{
background-color: #A454B2;
}
</style>
border-color css
<style>
span { border-color: #A454B2; }
span { border-color: rgb(164,84,178); }
td.TdClassName
{
border-color: #A454B2;
}
.TagClassName
{
border-color: #A454B2;
}
</style>