Shades of Deep Lilac #A94DC3
Tints of Deep Lilac #A94DC3
RGB
CMYK
RGB Variations
Color information
#A94DC3 (or 0xA94DC3) is known color: Deep Lilac. HEX triplet: A9, 4D and C3. RGB value is (169,77,195). Sum of RGB (Red+Green+Blue) = 169+77+195=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #A94DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DC3 is #56B23C. Grayscale: #757575. Windows color (decimal): -5681725 or 12799401. OLE color: 12799401.
HSL color Cylindrical-coordinate representation of color #A94DC3: hue angle of 286.78º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94DC3 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 77 | 195 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.24 |
| HSL | 286.78º | 0.5% | 0.53% | - |
| HSV(B) | 286.78º | 0.61% | 0.76% | - |
| XYZ | 28.87 | 17.68 | 53.52 | - |
| YUV | 117.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 195 | 0.13 | 0.61 | 0 | 0.24 | 286.78 | 0.5 | 0.53 |
| Hex | A9 | 4D | C3 | D | 3D | 0 | 18 | 11F | 32 | 35 |
| Octal | 251 | 115 | 303 | 15 | 75 | 0 | 30 | 437 | 62 | 65 |
| Binary | 10101001 | 1001101 | 11000011 | 1101 | 111101 | 0 | 11000 | 100011111 | 110010 | 110101 |
Color Harmonies of #A94DC3
Complementary color
Monochromatic Colors of #A94DC3
Black with #A94DC3
Text Example
Text Example
White with #A94DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DC3; }
p { color: rgb(169,77,195); }
H1.HeaderClassName
{
color: #A94DC3;
}
.AnyTagClassName
{
color: #A94DC3;
}
</style>
background-color css
<style>
a { background-color: #A94DC3; }
a { background-color: rgb(169,77,195); }
div.DivClassName
{
background-color: #A94DC3;
}
.BgClassName
{
background-color: #A94DC3;
}
</style>
border-color css
<style>
span { border-color: #A94DC3; }
span { border-color: rgb(169,77,195); }
td.TdClassName
{
border-color: #A94DC3;
}
.TagClassName
{
border-color: #A94DC3;
}
</style>