Shades of Deep Lilac #A040B1
Tints of Deep Lilac #A040B1
RGB
CMYK
RGB Variations
Color information
#A040B1 (or 0xA040B1) is known color: Deep Lilac. HEX triplet: A0, 40 and B1. RGB value is (160,64,177). Sum of RGB (Red+Green+Blue) = 160+64+177=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #A040B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040B1 is #5FBF4E. Grayscale: #696969. Windows color (decimal): -6274895 or 11616416. OLE color: 11616416.
HSL color Cylindrical-coordinate representation of color #A040B1: hue angle of 290.97º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A040B1 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 64 | 177 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.31 |
| HSL | 290.97º | 0.47% | 0.47% | - |
| HSV(B) | 290.97º | 0.64% | 0.69% | - |
| XYZ | 24.27 | 14.31 | 43.08 | - |
| YUV | 105.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 177 | 0.10 | 0.64 | 0 | 0.31 | 290.97 | 0.47 | 0.47 |
| Hex | A0 | 40 | B1 | A | 40 | 0 | 1F | 123 | 2F | 2F |
| Octal | 240 | 100 | 261 | 12 | 100 | 0 | 37 | 443 | 57 | 57 |
| Binary | 10100000 | 1000000 | 10110001 | 1010 | 1000000 | 0 | 11111 | 100100011 | 101111 | 101111 |
Color Harmonies of #A040B1
Complementary color
Monochromatic Colors of #A040B1
Black with #A040B1
Text Example
Text Example
White with #A040B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040B1; }
p { color: rgb(160,64,177); }
H1.HeaderClassName
{
color: #A040B1;
}
.AnyTagClassName
{
color: #A040B1;
}
</style>
background-color css
<style>
a { background-color: #A040B1; }
a { background-color: rgb(160,64,177); }
div.DivClassName
{
background-color: #A040B1;
}
.BgClassName
{
background-color: #A040B1;
}
</style>
border-color css
<style>
span { border-color: #A040B1; }
span { border-color: rgb(160,64,177); }
td.TdClassName
{
border-color: #A040B1;
}
.TagClassName
{
border-color: #A040B1;
}
</style>