Shades of Deep Lilac #A94CBC
Tints of Deep Lilac #A94CBC
RGB
CMYK
RGB Variations
Color information
#A94CBC (or 0xA94CBC) is known color: Deep Lilac. HEX triplet: A9, 4C and BC. RGB value is (169,76,188). Sum of RGB (Red+Green+Blue) = 169+76+188=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A94CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CBC is #56B343. Grayscale: #747474. Windows color (decimal): -5681988 or 12340393. OLE color: 12340393.
HSL color Cylindrical-coordinate representation of color #A94CBC: hue angle of 289.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94CBC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 76 | 188 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.26 |
| HSL | 289.82º | 0.46% | 0.52% | - |
| HSV(B) | 289.82º | 0.6% | 0.74% | - |
| XYZ | 28.02 | 17.23 | 49.43 | - |
| YUV | 116.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 188 | 0.10 | 0.60 | 0 | 0.26 | 289.82 | 0.46 | 0.52 |
| Hex | A9 | 4C | BC | A | 3C | 0 | 1A | 122 | 2E | 34 |
| Octal | 251 | 114 | 274 | 12 | 74 | 0 | 32 | 442 | 56 | 64 |
| Binary | 10101001 | 1001100 | 10111100 | 1010 | 111100 | 0 | 11010 | 100100010 | 101110 | 110100 |
Color Harmonies of #A94CBC
Complementary color
Monochromatic Colors of #A94CBC
Black with #A94CBC
Text Example
Text Example
White with #A94CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CBC; }
p { color: rgb(169,76,188); }
H1.HeaderClassName
{
color: #A94CBC;
}
.AnyTagClassName
{
color: #A94CBC;
}
</style>
background-color css
<style>
a { background-color: #A94CBC; }
a { background-color: rgb(169,76,188); }
div.DivClassName
{
background-color: #A94CBC;
}
.BgClassName
{
background-color: #A94CBC;
}
</style>
border-color css
<style>
span { border-color: #A94CBC; }
span { border-color: rgb(169,76,188); }
td.TdClassName
{
border-color: #A94CBC;
}
.TagClassName
{
border-color: #A94CBC;
}
</style>