Shades of Deep Lilac #A95BBC
Tints of Deep Lilac #A95BBC
RGB
CMYK
RGB Variations
Color information
#A95BBC (or 0xA95BBC) is known color: Deep Lilac. HEX triplet: A9, 5B and BC. RGB value is (169,91,188). Sum of RGB (Red+Green+Blue) = 169+91+188=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A95BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BBC is #56A443. Grayscale: #7D7D7D. Windows color (decimal): -5678148 or 12344233. OLE color: 12344233.
HSL color Cylindrical-coordinate representation of color #A95BBC: hue angle of 288.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95BBC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 91 | 188 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.26 |
| HSL | 288.25º | 0.42% | 0.55% | - |
| HSV(B) | 288.25º | 0.52% | 0.74% | - |
| XYZ | 29.18 | 19.55 | 49.81 | - |
| YUV | 125.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 188 | 0.10 | 0.52 | 0 | 0.26 | 288.25 | 0.42 | 0.55 |
| Hex | A9 | 5B | BC | A | 34 | 0 | 1A | 120 | 2A | 37 |
| Octal | 251 | 133 | 274 | 12 | 64 | 0 | 32 | 440 | 52 | 67 |
| Binary | 10101001 | 1011011 | 10111100 | 1010 | 110100 | 0 | 11010 | 100100000 | 101010 | 110111 |
Color Harmonies of #A95BBC
Complementary color
Monochromatic Colors of #A95BBC
Black with #A95BBC
Text Example
Text Example
White with #A95BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BBC; }
p { color: rgb(169,91,188); }
H1.HeaderClassName
{
color: #A95BBC;
}
.AnyTagClassName
{
color: #A95BBC;
}
</style>
background-color css
<style>
a { background-color: #A95BBC; }
a { background-color: rgb(169,91,188); }
div.DivClassName
{
background-color: #A95BBC;
}
.BgClassName
{
background-color: #A95BBC;
}
</style>
border-color css
<style>
span { border-color: #A95BBC; }
span { border-color: rgb(169,91,188); }
td.TdClassName
{
border-color: #A95BBC;
}
.TagClassName
{
border-color: #A95BBC;
}
</style>