Shades of Deep Lilac #A945BF
Tints of Deep Lilac #A945BF
RGB
CMYK
RGB Variations
Color information
#A945BF (or 0xA945BF) is known color: Deep Lilac. HEX triplet: A9, 45 and BF. RGB value is (169,69,191). Sum of RGB (Red+Green+Blue) = 169+69+191=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #A945BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945BF is #56BA40. Grayscale: #707070. Windows color (decimal): -5683777 or 12535209. OLE color: 12535209.
HSL color Cylindrical-coordinate representation of color #A945BF: hue angle of 289.18º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A945BF is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 69 | 191 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.25 |
| HSL | 289.18º | 0.49% | 0.51% | - |
| HSV(B) | 289.18º | 0.64% | 0.75% | - |
| XYZ | 27.89 | 16.45 | 51 | - |
| YUV | 112.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 191 | 0.12 | 0.64 | 0 | 0.25 | 289.18 | 0.49 | 0.51 |
| Hex | A9 | 45 | BF | C | 40 | 0 | 19 | 121 | 31 | 33 |
| Octal | 251 | 105 | 277 | 14 | 100 | 0 | 31 | 441 | 61 | 63 |
| Binary | 10101001 | 1000101 | 10111111 | 1100 | 1000000 | 0 | 11001 | 100100001 | 110001 | 110011 |
Color Harmonies of #A945BF
Complementary color
Monochromatic Colors of #A945BF
Black with #A945BF
Text Example
Text Example
White with #A945BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A945BF; }
p { color: rgb(169,69,191); }
H1.HeaderClassName
{
color: #A945BF;
}
.AnyTagClassName
{
color: #A945BF;
}
</style>
background-color css
<style>
a { background-color: #A945BF; }
a { background-color: rgb(169,69,191); }
div.DivClassName
{
background-color: #A945BF;
}
.BgClassName
{
background-color: #A945BF;
}
</style>
border-color css
<style>
span { border-color: #A945BF; }
span { border-color: rgb(169,69,191); }
td.TdClassName
{
border-color: #A945BF;
}
.TagClassName
{
border-color: #A945BF;
}
</style>