Shades of Deep Lilac #A94BBB
Tints of Deep Lilac #A94BBB
RGB
CMYK
RGB Variations
Color information
#A94BBB (or 0xA94BBB) is known color: Deep Lilac. HEX triplet: A9, 4B and BB. RGB value is (169,75,187). Sum of RGB (Red+Green+Blue) = 169+75+187=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #A94BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BBB is #56B444. Grayscale: #737373. Windows color (decimal): -5682245 or 12274601. OLE color: 12274601.
HSL color Cylindrical-coordinate representation of color #A94BBB: hue angle of 290.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94BBB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 75 | 187 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.27 |
| HSL | 290.36º | 0.45% | 0.51% | - |
| HSV(B) | 290.36º | 0.6% | 0.73% | - |
| XYZ | 27.85 | 17.06 | 48.84 | - |
| YUV | 115.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 187 | 0.10 | 0.60 | 0 | 0.27 | 290.36 | 0.45 | 0.51 |
| Hex | A9 | 4B | BB | A | 3C | 0 | 1B | 122 | 2D | 33 |
| Octal | 251 | 113 | 273 | 12 | 74 | 0 | 33 | 442 | 55 | 63 |
| Binary | 10101001 | 1001011 | 10111011 | 1010 | 111100 | 0 | 11011 | 100100010 | 101101 | 110011 |
Color Harmonies of #A94BBB
Complementary color
Monochromatic Colors of #A94BBB
Black with #A94BBB
Text Example
Text Example
White with #A94BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BBB; }
p { color: rgb(169,75,187); }
H1.HeaderClassName
{
color: #A94BBB;
}
.AnyTagClassName
{
color: #A94BBB;
}
</style>
background-color css
<style>
a { background-color: #A94BBB; }
a { background-color: rgb(169,75,187); }
div.DivClassName
{
background-color: #A94BBB;
}
.BgClassName
{
background-color: #A94BBB;
}
</style>
border-color css
<style>
span { border-color: #A94BBB; }
span { border-color: rgb(169,75,187); }
td.TdClassName
{
border-color: #A94BBB;
}
.TagClassName
{
border-color: #A94BBB;
}
</style>