Shades of Deep Lilac #A846BD
Tints of Deep Lilac #A846BD
RGB
CMYK
RGB Variations
Color information
#A846BD (or 0xA846BD) is known color: Deep Lilac. HEX triplet: A8, 46 and BD. RGB value is (168,70,189). Sum of RGB (Red+Green+Blue) = 168+70+189=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A846BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846BD is #57B942. Grayscale: #707070. Windows color (decimal): -5749059 or 12404392. OLE color: 12404392.
HSL color Cylindrical-coordinate representation of color #A846BD: hue angle of 289.41º 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 #A846BD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 70 | 189 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.26 |
| HSL | 289.41º | 0.47% | 0.51% | - |
| HSV(B) | 289.41º | 0.63% | 0.74% | - |
| XYZ | 27.52 | 16.38 | 49.85 | - |
| YUV | 112.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 189 | 0.11 | 0.63 | 0 | 0.26 | 289.41 | 0.47 | 0.51 |
| Hex | A8 | 46 | BD | B | 3F | 0 | 1A | 121 | 2F | 33 |
| Octal | 250 | 106 | 275 | 13 | 77 | 0 | 32 | 441 | 57 | 63 |
| Binary | 10101000 | 1000110 | 10111101 | 1011 | 111111 | 0 | 11010 | 100100001 | 101111 | 110011 |
Color Harmonies of #A846BD
Complementary color
Monochromatic Colors of #A846BD
Black with #A846BD
Text Example
Text Example
White with #A846BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846BD; }
p { color: rgb(168,70,189); }
H1.HeaderClassName
{
color: #A846BD;
}
.AnyTagClassName
{
color: #A846BD;
}
</style>
background-color css
<style>
a { background-color: #A846BD; }
a { background-color: rgb(168,70,189); }
div.DivClassName
{
background-color: #A846BD;
}
.BgClassName
{
background-color: #A846BD;
}
</style>
border-color css
<style>
span { border-color: #A846BD; }
span { border-color: rgb(168,70,189); }
td.TdClassName
{
border-color: #A846BD;
}
.TagClassName
{
border-color: #A846BD;
}
</style>