Shades of Deep Lilac #A94CBE
Tints of Deep Lilac #A94CBE
RGB
CMYK
RGB Variations
Color information
#A94CBE (or 0xA94CBE) is known color: Deep Lilac. HEX triplet: A9, 4C and BE. RGB value is (169,76,190). Sum of RGB (Red+Green+Blue) = 169+76+190=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #A94CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CBE is #56B341. Grayscale: #747474. Windows color (decimal): -5681986 or 12471465. OLE color: 12471465.
HSL color Cylindrical-coordinate representation of color #A94CBE: hue angle of 288.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94CBE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 76 | 190 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.25 |
| HSL | 288.95º | 0.47% | 0.52% | - |
| HSV(B) | 288.95º | 0.6% | 0.75% | - |
| XYZ | 28.24 | 17.32 | 50.57 | - |
| YUV | 116.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 190 | 0.11 | 0.60 | 0 | 0.25 | 288.95 | 0.47 | 0.52 |
| Hex | A9 | 4C | BE | B | 3C | 0 | 19 | 121 | 2F | 34 |
| Octal | 251 | 114 | 276 | 13 | 74 | 0 | 31 | 441 | 57 | 64 |
| Binary | 10101001 | 1001100 | 10111110 | 1011 | 111100 | 0 | 11001 | 100100001 | 101111 | 110100 |
Color Harmonies of #A94CBE
Complementary color
Monochromatic Colors of #A94CBE
Black with #A94CBE
Text Example
Text Example
White with #A94CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CBE; }
p { color: rgb(169,76,190); }
H1.HeaderClassName
{
color: #A94CBE;
}
.AnyTagClassName
{
color: #A94CBE;
}
</style>
background-color css
<style>
a { background-color: #A94CBE; }
a { background-color: rgb(169,76,190); }
div.DivClassName
{
background-color: #A94CBE;
}
.BgClassName
{
background-color: #A94CBE;
}
</style>
border-color css
<style>
span { border-color: #A94CBE; }
span { border-color: rgb(169,76,190); }
td.TdClassName
{
border-color: #A94CBE;
}
.TagClassName
{
border-color: #A94CBE;
}
</style>