Shades of Deep Lilac #A848BA
Tints of Deep Lilac #A848BA
RGB
CMYK
RGB Variations
Color information
#A848BA (or 0xA848BA) is known color: Deep Lilac. HEX triplet: A8, 48 and BA. RGB value is (168,72,186). Sum of RGB (Red+Green+Blue) = 168+72+186=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A848BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848BA is #57B745. Grayscale: #717171. Windows color (decimal): -5748550 or 12208296. OLE color: 12208296.
HSL color Cylindrical-coordinate representation of color #A848BA: hue angle of 290.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A848BA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 72 | 186 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.27 |
| HSL | 290.53º | 0.45% | 0.51% | - |
| HSV(B) | 290.53º | 0.61% | 0.73% | - |
| XYZ | 27.33 | 16.5 | 48.2 | - |
| YUV | 113.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 186 | 0.10 | 0.61 | 0 | 0.27 | 290.53 | 0.45 | 0.51 |
| Hex | A8 | 48 | BA | A | 3D | 0 | 1B | 123 | 2D | 33 |
| Octal | 250 | 110 | 272 | 12 | 75 | 0 | 33 | 443 | 55 | 63 |
| Binary | 10101000 | 1001000 | 10111010 | 1010 | 111101 | 0 | 11011 | 100100011 | 101101 | 110011 |
Color Harmonies of #A848BA
Complementary color
Monochromatic Colors of #A848BA
Black with #A848BA
Text Example
Text Example
White with #A848BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848BA; }
p { color: rgb(168,72,186); }
H1.HeaderClassName
{
color: #A848BA;
}
.AnyTagClassName
{
color: #A848BA;
}
</style>
background-color css
<style>
a { background-color: #A848BA; }
a { background-color: rgb(168,72,186); }
div.DivClassName
{
background-color: #A848BA;
}
.BgClassName
{
background-color: #A848BA;
}
</style>
border-color css
<style>
span { border-color: #A848BA; }
span { border-color: rgb(168,72,186); }
td.TdClassName
{
border-color: #A848BA;
}
.TagClassName
{
border-color: #A848BA;
}
</style>