Shades of Deep Lilac #A769BA
Tints of Deep Lilac #A769BA
RGB
CMYK
RGB Variations
Color information
#A769BA (or 0xA769BA) is known color: Deep Lilac. HEX triplet: A7, 69 and BA. RGB value is (167,105,186). Sum of RGB (Red+Green+Blue) = 167+105+186=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #A769BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769BA is #589645. Grayscale: #848484. Windows color (decimal): -5805638 or 12216743. OLE color: 12216743.
HSL color Cylindrical-coordinate representation of color #A769BA: hue angle of 285.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A769BA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 105 | 186 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.27 |
| HSL | 285.93º | 0.37% | 0.57% | - |
| HSV(B) | 285.93º | 0.44% | 0.73% | - |
| XYZ | 29.85 | 21.86 | 49.1 | - |
| YUV | 132.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 186 | 0.10 | 0.44 | 0 | 0.27 | 285.93 | 0.37 | 0.57 |
| Hex | A7 | 69 | BA | A | 2C | 0 | 1B | 11E | 25 | 39 |
| Octal | 247 | 151 | 272 | 12 | 54 | 0 | 33 | 436 | 45 | 71 |
| Binary | 10100111 | 1101001 | 10111010 | 1010 | 101100 | 0 | 11011 | 100011110 | 100101 | 111001 |
Color Harmonies of #A769BA
Complementary color
Monochromatic Colors of #A769BA
Black with #A769BA
Text Example
Text Example
White with #A769BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A769BA; }
p { color: rgb(167,105,186); }
H1.HeaderClassName
{
color: #A769BA;
}
.AnyTagClassName
{
color: #A769BA;
}
</style>
background-color css
<style>
a { background-color: #A769BA; }
a { background-color: rgb(167,105,186); }
div.DivClassName
{
background-color: #A769BA;
}
.BgClassName
{
background-color: #A769BA;
}
</style>
border-color css
<style>
span { border-color: #A769BA; }
span { border-color: rgb(167,105,186); }
td.TdClassName
{
border-color: #A769BA;
}
.TagClassName
{
border-color: #A769BA;
}
</style>