Shades of Deep Lilac #A650B5
Tints of Deep Lilac #A650B5
RGB
CMYK
RGB Variations
Color information
#A650B5 (or 0xA650B5) is known color: Deep Lilac. HEX triplet: A6, 50 and B5. RGB value is (166,80,181). Sum of RGB (Red+Green+Blue) = 166+80+181=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #A650B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650B5 is #59AF4A. Grayscale: #747474. Windows color (decimal): -5877579 or 11882662. OLE color: 11882662.
HSL color Cylindrical-coordinate representation of color #A650B5: hue angle of 291.09º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A650B5 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 80 | 181 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.29 |
| HSL | 291.09º | 0.41% | 0.51% | - |
| HSV(B) | 291.09º | 0.56% | 0.71% | - |
| XYZ | 26.94 | 17.18 | 45.61 | - |
| YUV | 117.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 181 | 0.08 | 0.56 | 0 | 0.29 | 291.09 | 0.41 | 0.51 |
| Hex | A6 | 50 | B5 | 8 | 38 | 0 | 1D | 123 | 29 | 33 |
| Octal | 246 | 120 | 265 | 10 | 70 | 0 | 35 | 443 | 51 | 63 |
| Binary | 10100110 | 1010000 | 10110101 | 1000 | 111000 | 0 | 11101 | 100100011 | 101001 | 110011 |
Color Harmonies of #A650B5
Complementary color
Monochromatic Colors of #A650B5
Black with #A650B5
Text Example
Text Example
White with #A650B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650B5; }
p { color: rgb(166,80,181); }
H1.HeaderClassName
{
color: #A650B5;
}
.AnyTagClassName
{
color: #A650B5;
}
</style>
background-color css
<style>
a { background-color: #A650B5; }
a { background-color: rgb(166,80,181); }
div.DivClassName
{
background-color: #A650B5;
}
.BgClassName
{
background-color: #A650B5;
}
</style>
border-color css
<style>
span { border-color: #A650B5; }
span { border-color: rgb(166,80,181); }
td.TdClassName
{
border-color: #A650B5;
}
.TagClassName
{
border-color: #A650B5;
}
</style>