Shades of Deep Lilac #A846C0
Tints of Deep Lilac #A846C0
RGB
CMYK
RGB Variations
Color information
#A846C0 (or 0xA846C0) is known color: Deep Lilac. HEX triplet: A8, 46 and C0. RGB value is (168,70,192). Sum of RGB (Red+Green+Blue) = 168+70+192=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #A846C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846C0 is #57B93F. Grayscale: #707070. Windows color (decimal): -5749056 or 12601000. OLE color: 12601000.
HSL color Cylindrical-coordinate representation of color #A846C0: hue angle of 288.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A846C0 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 70 | 192 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.25 |
| HSL | 288.2º | 0.49% | 0.51% | - |
| HSV(B) | 288.2º | 0.64% | 0.75% | - |
| XYZ | 27.85 | 16.51 | 51.59 | - |
| YUV | 113.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 192 | 0.12 | 0.64 | 0 | 0.25 | 288.2 | 0.49 | 0.51 |
| Hex | A8 | 46 | C0 | C | 40 | 0 | 19 | 120 | 31 | 33 |
| Octal | 250 | 106 | 300 | 14 | 100 | 0 | 31 | 440 | 61 | 63 |
| Binary | 10101000 | 1000110 | 11000000 | 1100 | 1000000 | 0 | 11001 | 100100000 | 110001 | 110011 |
Color Harmonies of #A846C0
Complementary color
Monochromatic Colors of #A846C0
Black with #A846C0
Text Example
Text Example
White with #A846C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846C0; }
p { color: rgb(168,70,192); }
H1.HeaderClassName
{
color: #A846C0;
}
.AnyTagClassName
{
color: #A846C0;
}
</style>
background-color css
<style>
a { background-color: #A846C0; }
a { background-color: rgb(168,70,192); }
div.DivClassName
{
background-color: #A846C0;
}
.BgClassName
{
background-color: #A846C0;
}
</style>
border-color css
<style>
span { border-color: #A846C0; }
span { border-color: rgb(168,70,192); }
td.TdClassName
{
border-color: #A846C0;
}
.TagClassName
{
border-color: #A846C0;
}
</style>