Shades of Deep Lilac #A940BA
Tints of Deep Lilac #A940BA
RGB
CMYK
RGB Variations
Color information
#A940BA (or 0xA940BA) is known color: Deep Lilac. HEX triplet: A9, 40 and BA. RGB value is (169,64,186). Sum of RGB (Red+Green+Blue) = 169+64+186=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A940BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940BA is #56BF45. Grayscale: #6C6C6C. Windows color (decimal): -5685062 or 12206249. OLE color: 12206249.
HSL color Cylindrical-coordinate representation of color #A940BA: hue angle of 291.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A940BA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 64 | 186 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.27 |
| HSL | 291.64º | 0.49% | 0.49% | - |
| HSV(B) | 291.64º | 0.66% | 0.73% | - |
| XYZ | 27.06 | 15.65 | 48.05 | - |
| YUV | 109.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 186 | 0.09 | 0.66 | 0 | 0.27 | 291.64 | 0.49 | 0.49 |
| Hex | A9 | 40 | BA | 9 | 42 | 0 | 1B | 124 | 31 | 31 |
| Octal | 251 | 100 | 272 | 11 | 102 | 0 | 33 | 444 | 61 | 61 |
| Binary | 10101001 | 1000000 | 10111010 | 1001 | 1000010 | 0 | 11011 | 100100100 | 110001 | 110001 |
Color Harmonies of #A940BA
Complementary color
Monochromatic Colors of #A940BA
Black with #A940BA
Text Example
Text Example
White with #A940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940BA; }
p { color: rgb(169,64,186); }
H1.HeaderClassName
{
color: #A940BA;
}
.AnyTagClassName
{
color: #A940BA;
}
</style>
background-color css
<style>
a { background-color: #A940BA; }
a { background-color: rgb(169,64,186); }
div.DivClassName
{
background-color: #A940BA;
}
.BgClassName
{
background-color: #A940BA;
}
</style>
border-color css
<style>
span { border-color: #A940BA; }
span { border-color: rgb(169,64,186); }
td.TdClassName
{
border-color: #A940BA;
}
.TagClassName
{
border-color: #A940BA;
}
</style>