Shades of Deep Lilac #A150D1
Tints of Deep Lilac #A150D1
RGB
CMYK
RGB Variations
Color information
#A150D1 (or 0xA150D1) is known color: Deep Lilac. HEX triplet: A1, 50 and D1. RGB value is (161,80,209). Sum of RGB (Red+Green+Blue) = 161+80+209=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #A150D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150D1 is #5EAF2E. Grayscale: #767676. Windows color (decimal): -6205231 or 13717665. OLE color: 13717665.
HSL color Cylindrical-coordinate representation of color #A150D1: hue angle of 277.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A150D1 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 80 | 209 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.18 |
| HSL | 277.67º | 0.58% | 0.57% | - |
| HSV(B) | 277.67º | 0.62% | 0.82% | - |
| XYZ | 29.08 | 17.92 | 62.25 | - |
| YUV | 118.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 209 | 0.23 | 0.62 | 0 | 0.18 | 277.67 | 0.58 | 0.57 |
| Hex | A1 | 50 | D1 | 17 | 3E | 0 | 12 | 116 | 3A | 39 |
| Octal | 241 | 120 | 321 | 27 | 76 | 0 | 22 | 426 | 72 | 71 |
| Binary | 10100001 | 1010000 | 11010001 | 10111 | 111110 | 0 | 10010 | 100010110 | 111010 | 111001 |
Color Harmonies of #A150D1
Complementary color
Monochromatic Colors of #A150D1
Black with #A150D1
Text Example
Text Example
White with #A150D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150D1; }
p { color: rgb(161,80,209); }
H1.HeaderClassName
{
color: #A150D1;
}
.AnyTagClassName
{
color: #A150D1;
}
</style>
background-color css
<style>
a { background-color: #A150D1; }
a { background-color: rgb(161,80,209); }
div.DivClassName
{
background-color: #A150D1;
}
.BgClassName
{
background-color: #A150D1;
}
</style>
border-color css
<style>
span { border-color: #A150D1; }
span { border-color: rgb(161,80,209); }
td.TdClassName
{
border-color: #A150D1;
}
.TagClassName
{
border-color: #A150D1;
}
</style>