Shades of Deep Lilac #A946BA
Tints of Deep Lilac #A946BA
RGB
CMYK
RGB Variations
Color information
#A946BA (or 0xA946BA) is known color: Deep Lilac. HEX triplet: A9, 46 and BA. RGB value is (169,70,186). Sum of RGB (Red+Green+Blue) = 169+70+186=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #A946BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946BA is #56B945. Grayscale: #707070. Windows color (decimal): -5683526 or 12207785. OLE color: 12207785.
HSL color Cylindrical-coordinate representation of color #A946BA: hue angle of 291.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A946BA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 70 | 186 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.27 |
| HSL | 291.21º | 0.46% | 0.5% | - |
| HSV(B) | 291.21º | 0.62% | 0.73% | - |
| XYZ | 27.42 | 16.36 | 48.17 | - |
| YUV | 112.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 186 | 0.09 | 0.62 | 0 | 0.27 | 291.21 | 0.46 | 0.5 |
| Hex | A9 | 46 | BA | 9 | 3E | 0 | 1B | 123 | 2E | 32 |
| Octal | 251 | 106 | 272 | 11 | 76 | 0 | 33 | 443 | 56 | 62 |
| Binary | 10101001 | 1000110 | 10111010 | 1001 | 111110 | 0 | 11011 | 100100011 | 101110 | 110010 |
Color Harmonies of #A946BA
Complementary color
Monochromatic Colors of #A946BA
Black with #A946BA
Text Example
Text Example
White with #A946BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A946BA; }
p { color: rgb(169,70,186); }
H1.HeaderClassName
{
color: #A946BA;
}
.AnyTagClassName
{
color: #A946BA;
}
</style>
background-color css
<style>
a { background-color: #A946BA; }
a { background-color: rgb(169,70,186); }
div.DivClassName
{
background-color: #A946BA;
}
.BgClassName
{
background-color: #A946BA;
}
</style>
border-color css
<style>
span { border-color: #A946BA; }
span { border-color: rgb(169,70,186); }
td.TdClassName
{
border-color: #A946BA;
}
.TagClassName
{
border-color: #A946BA;
}
</style>