Shades of Deep Lilac #A653B5
Tints of Deep Lilac #A653B5
RGB
CMYK
RGB Variations
Color information
#A653B5 (or 0xA653B5) is known color: Deep Lilac. HEX triplet: A6, 53 and B5. RGB value is (166,83,181). Sum of RGB (Red+Green+Blue) = 166+83+181=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #A653B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653B5 is #59AC4A. Grayscale: #767676. Windows color (decimal): -5876811 or 11883430. OLE color: 11883430.
HSL color Cylindrical-coordinate representation of color #A653B5: hue angle of 290.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A653B5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 83 | 181 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.29 |
| HSL | 290.82º | 0.4% | 0.52% | - |
| HSV(B) | 290.82º | 0.54% | 0.71% | - |
| XYZ | 27.16 | 17.63 | 45.69 | - |
| YUV | 118.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 181 | 0.08 | 0.54 | 0 | 0.29 | 290.82 | 0.4 | 0.52 |
| Hex | A6 | 53 | B5 | 8 | 36 | 0 | 1D | 123 | 28 | 34 |
| Octal | 246 | 123 | 265 | 10 | 66 | 0 | 35 | 443 | 50 | 64 |
| Binary | 10100110 | 1010011 | 10110101 | 1000 | 110110 | 0 | 11101 | 100100011 | 101000 | 110100 |
Color Harmonies of #A653B5
Complementary color
Monochromatic Colors of #A653B5
Black with #A653B5
Text Example
Text Example
White with #A653B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653B5; }
p { color: rgb(166,83,181); }
H1.HeaderClassName
{
color: #A653B5;
}
.AnyTagClassName
{
color: #A653B5;
}
</style>
background-color css
<style>
a { background-color: #A653B5; }
a { background-color: rgb(166,83,181); }
div.DivClassName
{
background-color: #A653B5;
}
.BgClassName
{
background-color: #A653B5;
}
</style>
border-color css
<style>
span { border-color: #A653B5; }
span { border-color: rgb(166,83,181); }
td.TdClassName
{
border-color: #A653B5;
}
.TagClassName
{
border-color: #A653B5;
}
</style>