Shades of Deep Lilac #A84DC7
Tints of Deep Lilac #A84DC7
RGB
CMYK
RGB Variations
Color information
#A84DC7 (or 0xA84DC7) is known color: Deep Lilac. HEX triplet: A8, 4D and C7. RGB value is (168,77,199). Sum of RGB (Red+Green+Blue) = 168+77+199=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #A84DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DC7 is #57B238. Grayscale: #757575. Windows color (decimal): -5747257 or 13061544. OLE color: 13061544.
HSL color Cylindrical-coordinate representation of color #A84DC7: hue angle of 284.75º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84DC7 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 77 | 199 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.22 |
| HSL | 284.75º | 0.52% | 0.54% | - |
| HSV(B) | 284.75º | 0.61% | 0.78% | - |
| XYZ | 29.11 | 17.76 | 55.93 | - |
| YUV | 118.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 199 | 0.16 | 0.61 | 0 | 0.22 | 284.75 | 0.52 | 0.54 |
| Hex | A8 | 4D | C7 | 10 | 3D | 0 | 16 | 11D | 34 | 36 |
| Octal | 250 | 115 | 307 | 20 | 75 | 0 | 26 | 435 | 64 | 66 |
| Binary | 10101000 | 1001101 | 11000111 | 10000 | 111101 | 0 | 10110 | 100011101 | 110100 | 110110 |
Color Harmonies of #A84DC7
Complementary color
Monochromatic Colors of #A84DC7
Black with #A84DC7
Text Example
Text Example
White with #A84DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DC7; }
p { color: rgb(168,77,199); }
H1.HeaderClassName
{
color: #A84DC7;
}
.AnyTagClassName
{
color: #A84DC7;
}
</style>
background-color css
<style>
a { background-color: #A84DC7; }
a { background-color: rgb(168,77,199); }
div.DivClassName
{
background-color: #A84DC7;
}
.BgClassName
{
background-color: #A84DC7;
}
</style>
border-color css
<style>
span { border-color: #A84DC7; }
span { border-color: rgb(168,77,199); }
td.TdClassName
{
border-color: #A84DC7;
}
.TagClassName
{
border-color: #A84DC7;
}
</style>