Shades of Deep Lilac #A040B5
Tints of Deep Lilac #A040B5
RGB
CMYK
RGB Variations
Color information
#A040B5 (or 0xA040B5) is known color: Deep Lilac. HEX triplet: A0, 40 and B5. RGB value is (160,64,181). Sum of RGB (Red+Green+Blue) = 160+64+181=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #A040B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040B5 is #5FBF4A. Grayscale: #696969. Windows color (decimal): -6274891 or 11878560. OLE color: 11878560.
HSL color Cylindrical-coordinate representation of color #A040B5: hue angle of 289.23º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A040B5 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 64 | 181 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.29 |
| HSL | 289.23º | 0.48% | 0.48% | - |
| HSV(B) | 289.23º | 0.65% | 0.71% | - |
| XYZ | 24.67 | 14.48 | 45.21 | - |
| YUV | 106.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 181 | 0.12 | 0.65 | 0 | 0.29 | 289.23 | 0.48 | 0.48 |
| Hex | A0 | 40 | B5 | C | 41 | 0 | 1D | 121 | 30 | 30 |
| Octal | 240 | 100 | 265 | 14 | 101 | 0 | 35 | 441 | 60 | 60 |
| Binary | 10100000 | 1000000 | 10110101 | 1100 | 1000001 | 0 | 11101 | 100100001 | 110000 | 110000 |
Color Harmonies of #A040B5
Complementary color
Monochromatic Colors of #A040B5
Black with #A040B5
Text Example
Text Example
White with #A040B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040B5; }
p { color: rgb(160,64,181); }
H1.HeaderClassName
{
color: #A040B5;
}
.AnyTagClassName
{
color: #A040B5;
}
</style>
background-color css
<style>
a { background-color: #A040B5; }
a { background-color: rgb(160,64,181); }
div.DivClassName
{
background-color: #A040B5;
}
.BgClassName
{
background-color: #A040B5;
}
</style>
border-color css
<style>
span { border-color: #A040B5; }
span { border-color: rgb(160,64,181); }
td.TdClassName
{
border-color: #A040B5;
}
.TagClassName
{
border-color: #A040B5;
}
</style>