Shades of Deep Lilac #A84FC1
Tints of Deep Lilac #A84FC1
RGB
CMYK
RGB Variations
Color information
#A84FC1 (or 0xA84FC1) is known color: Deep Lilac. HEX triplet: A8, 4F and C1. RGB value is (168,79,193). Sum of RGB (Red+Green+Blue) = 168+79+193=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #A84FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FC1 is #57B03E. Grayscale: #767676. Windows color (decimal): -5746751 or 12668840. OLE color: 12668840.
HSL color Cylindrical-coordinate representation of color #A84FC1: hue angle of 286.84º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84FC1 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 79 | 193 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.24 |
| HSL | 286.84º | 0.48% | 0.53% | - |
| HSV(B) | 286.84º | 0.59% | 0.76% | - |
| XYZ | 28.57 | 17.77 | 52.38 | - |
| YUV | 118.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 193 | 0.13 | 0.59 | 0 | 0.24 | 286.84 | 0.48 | 0.53 |
| Hex | A8 | 4F | C1 | D | 3B | 0 | 18 | 11F | 30 | 35 |
| Octal | 250 | 117 | 301 | 15 | 73 | 0 | 30 | 437 | 60 | 65 |
| Binary | 10101000 | 1001111 | 11000001 | 1101 | 111011 | 0 | 11000 | 100011111 | 110000 | 110101 |
Color Harmonies of #A84FC1
Complementary color
Monochromatic Colors of #A84FC1
Black with #A84FC1
Text Example
Text Example
White with #A84FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FC1; }
p { color: rgb(168,79,193); }
H1.HeaderClassName
{
color: #A84FC1;
}
.AnyTagClassName
{
color: #A84FC1;
}
</style>
background-color css
<style>
a { background-color: #A84FC1; }
a { background-color: rgb(168,79,193); }
div.DivClassName
{
background-color: #A84FC1;
}
.BgClassName
{
background-color: #A84FC1;
}
</style>
border-color css
<style>
span { border-color: #A84FC1; }
span { border-color: rgb(168,79,193); }
td.TdClassName
{
border-color: #A84FC1;
}
.TagClassName
{
border-color: #A84FC1;
}
</style>