Shades of Deep Lilac #A94AC0
Tints of Deep Lilac #A94AC0
RGB
CMYK
RGB Variations
Color information
#A94AC0 (or 0xA94AC0) is known color: Deep Lilac. HEX triplet: A9, 4A and C0. RGB value is (169,74,192). Sum of RGB (Red+Green+Blue) = 169+74+192=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #A94AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94AC0 is #56B53F. Grayscale: #737373. Windows color (decimal): -5682496 or 12602025. OLE color: 12602025.
HSL color Cylindrical-coordinate representation of color #A94AC0: hue angle of 288.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94AC0 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 74 | 192 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.25 |
| HSL | 288.31º | 0.48% | 0.52% | - |
| HSV(B) | 288.31º | 0.61% | 0.75% | - |
| XYZ | 28.33 | 17.14 | 51.68 | - |
| YUV | 115.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 192 | 0.12 | 0.61 | 0 | 0.25 | 288.31 | 0.48 | 0.52 |
| Hex | A9 | 4A | C0 | C | 3D | 0 | 19 | 120 | 30 | 34 |
| Octal | 251 | 112 | 300 | 14 | 75 | 0 | 31 | 440 | 60 | 64 |
| Binary | 10101001 | 1001010 | 11000000 | 1100 | 111101 | 0 | 11001 | 100100000 | 110000 | 110100 |
Color Harmonies of #A94AC0
Complementary color
Monochromatic Colors of #A94AC0
Black with #A94AC0
Text Example
Text Example
White with #A94AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AC0; }
p { color: rgb(169,74,192); }
H1.HeaderClassName
{
color: #A94AC0;
}
.AnyTagClassName
{
color: #A94AC0;
}
</style>
background-color css
<style>
a { background-color: #A94AC0; }
a { background-color: rgb(169,74,192); }
div.DivClassName
{
background-color: #A94AC0;
}
.BgClassName
{
background-color: #A94AC0;
}
</style>
border-color css
<style>
span { border-color: #A94AC0; }
span { border-color: rgb(169,74,192); }
td.TdClassName
{
border-color: #A94AC0;
}
.TagClassName
{
border-color: #A94AC0;
}
</style>