Shades of Deep Lilac #A846BC
Tints of Deep Lilac #A846BC
RGB
CMYK
RGB Variations
Color information
#A846BC (or 0xA846BC) is known color: Deep Lilac. HEX triplet: A8, 46 and BC. RGB value is (168,70,188). Sum of RGB (Red+Green+Blue) = 168+70+188=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #A846BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846BC is #57B943. Grayscale: #707070. Windows color (decimal): -5749060 or 12338856. OLE color: 12338856.
HSL color Cylindrical-coordinate representation of color #A846BC: hue angle of 289.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A846BC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 70 | 188 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.26 |
| HSL | 289.83º | 0.47% | 0.51% | - |
| HSV(B) | 289.83º | 0.63% | 0.74% | - |
| XYZ | 27.42 | 16.34 | 49.29 | - |
| YUV | 112.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 188 | 0.11 | 0.63 | 0 | 0.26 | 289.83 | 0.47 | 0.51 |
| Hex | A8 | 46 | BC | B | 3F | 0 | 1A | 122 | 2F | 33 |
| Octal | 250 | 106 | 274 | 13 | 77 | 0 | 32 | 442 | 57 | 63 |
| Binary | 10101000 | 1000110 | 10111100 | 1011 | 111111 | 0 | 11010 | 100100010 | 101111 | 110011 |
Color Harmonies of #A846BC
Complementary color
Monochromatic Colors of #A846BC
Black with #A846BC
Text Example
Text Example
White with #A846BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846BC; }
p { color: rgb(168,70,188); }
H1.HeaderClassName
{
color: #A846BC;
}
.AnyTagClassName
{
color: #A846BC;
}
</style>
background-color css
<style>
a { background-color: #A846BC; }
a { background-color: rgb(168,70,188); }
div.DivClassName
{
background-color: #A846BC;
}
.BgClassName
{
background-color: #A846BC;
}
</style>
border-color css
<style>
span { border-color: #A846BC; }
span { border-color: rgb(168,70,188); }
td.TdClassName
{
border-color: #A846BC;
}
.TagClassName
{
border-color: #A846BC;
}
</style>