Shades of Deep Lilac #A453B9
Tints of Deep Lilac #A453B9
RGB
CMYK
RGB Variations
Color information
#A453B9 (or 0xA453B9) is known color: Deep Lilac. HEX triplet: A4, 53 and B9. RGB value is (164,83,185). Sum of RGB (Red+Green+Blue) = 164+83+185=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #A453B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453B9 is #5BAC46. Grayscale: #767676. Windows color (decimal): -6007879 or 12145572. OLE color: 12145572.
HSL color Cylindrical-coordinate representation of color #A453B9: hue angle of 287.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A453B9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 83 | 185 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.27 |
| HSL | 287.65º | 0.42% | 0.53% | - |
| HSV(B) | 287.65º | 0.55% | 0.73% | - |
| XYZ | 27.16 | 17.58 | 47.86 | - |
| YUV | 118.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 185 | 0.11 | 0.55 | 0 | 0.27 | 287.65 | 0.42 | 0.53 |
| Hex | A4 | 53 | B9 | B | 37 | 0 | 1B | 120 | 2A | 35 |
| Octal | 244 | 123 | 271 | 13 | 67 | 0 | 33 | 440 | 52 | 65 |
| Binary | 10100100 | 1010011 | 10111001 | 1011 | 110111 | 0 | 11011 | 100100000 | 101010 | 110101 |
Color Harmonies of #A453B9
Complementary color
Monochromatic Colors of #A453B9
Black with #A453B9
Text Example
Text Example
White with #A453B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453B9; }
p { color: rgb(164,83,185); }
H1.HeaderClassName
{
color: #A453B9;
}
.AnyTagClassName
{
color: #A453B9;
}
</style>
background-color css
<style>
a { background-color: #A453B9; }
a { background-color: rgb(164,83,185); }
div.DivClassName
{
background-color: #A453B9;
}
.BgClassName
{
background-color: #A453B9;
}
</style>
border-color css
<style>
span { border-color: #A453B9; }
span { border-color: rgb(164,83,185); }
td.TdClassName
{
border-color: #A453B9;
}
.TagClassName
{
border-color: #A453B9;
}
</style>