Shades of Deep Lilac #A861C0
Tints of Deep Lilac #A861C0
RGB
CMYK
RGB Variations
Color information
#A861C0 (or 0xA861C0) is known color: Deep Lilac. HEX triplet: A8, 61 and C0. RGB value is (168,97,192). Sum of RGB (Red+Green+Blue) = 168+97+192=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #A861C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861C0 is #579E3F. Grayscale: #808080. Windows color (decimal): -5742144 or 12607912. OLE color: 12607912.
HSL color Cylindrical-coordinate representation of color #A861C0: hue angle of 284.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A861C0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 97 | 192 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.25 |
| HSL | 284.84º | 0.43% | 0.57% | - |
| HSV(B) | 284.84º | 0.49% | 0.75% | - |
| XYZ | 29.94 | 20.68 | 52.28 | - |
| YUV | 129.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 192 | 0.12 | 0.49 | 0 | 0.25 | 284.84 | 0.43 | 0.57 |
| Hex | A8 | 61 | C0 | C | 31 | 0 | 19 | 11D | 2B | 39 |
| Octal | 250 | 141 | 300 | 14 | 61 | 0 | 31 | 435 | 53 | 71 |
| Binary | 10101000 | 1100001 | 11000000 | 1100 | 110001 | 0 | 11001 | 100011101 | 101011 | 111001 |
Color Harmonies of #A861C0
Complementary color
Monochromatic Colors of #A861C0
Black with #A861C0
Text Example
Text Example
White with #A861C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861C0; }
p { color: rgb(168,97,192); }
H1.HeaderClassName
{
color: #A861C0;
}
.AnyTagClassName
{
color: #A861C0;
}
</style>
background-color css
<style>
a { background-color: #A861C0; }
a { background-color: rgb(168,97,192); }
div.DivClassName
{
background-color: #A861C0;
}
.BgClassName
{
background-color: #A861C0;
}
</style>
border-color css
<style>
span { border-color: #A861C0; }
span { border-color: rgb(168,97,192); }
td.TdClassName
{
border-color: #A861C0;
}
.TagClassName
{
border-color: #A861C0;
}
</style>