Shades of Deep Lilac #A84FBA
Tints of Deep Lilac #A84FBA
RGB
CMYK
RGB Variations
Color information
#A84FBA (or 0xA84FBA) is known color: Deep Lilac. HEX triplet: A8, 4F and BA. RGB value is (168,79,186). Sum of RGB (Red+Green+Blue) = 168+79+186=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A84FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FBA is #57B045. Grayscale: #757575. Windows color (decimal): -5746758 or 12210088. OLE color: 12210088.
HSL color Cylindrical-coordinate representation of color #A84FBA: hue angle of 289.91º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84FBA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 79 | 186 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.27 |
| HSL | 289.91º | 0.44% | 0.52% | - |
| HSV(B) | 289.91º | 0.58% | 0.73% | - |
| XYZ | 27.81 | 17.46 | 48.36 | - |
| YUV | 117.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 186 | 0.10 | 0.58 | 0 | 0.27 | 289.91 | 0.44 | 0.52 |
| Hex | A8 | 4F | BA | A | 3A | 0 | 1B | 122 | 2C | 34 |
| Octal | 250 | 117 | 272 | 12 | 72 | 0 | 33 | 442 | 54 | 64 |
| Binary | 10101000 | 1001111 | 10111010 | 1010 | 111010 | 0 | 11011 | 100100010 | 101100 | 110100 |
Color Harmonies of #A84FBA
Complementary color
Monochromatic Colors of #A84FBA
Black with #A84FBA
Text Example
Text Example
White with #A84FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FBA; }
p { color: rgb(168,79,186); }
H1.HeaderClassName
{
color: #A84FBA;
}
.AnyTagClassName
{
color: #A84FBA;
}
</style>
background-color css
<style>
a { background-color: #A84FBA; }
a { background-color: rgb(168,79,186); }
div.DivClassName
{
background-color: #A84FBA;
}
.BgClassName
{
background-color: #A84FBA;
}
</style>
border-color css
<style>
span { border-color: #A84FBA; }
span { border-color: rgb(168,79,186); }
td.TdClassName
{
border-color: #A84FBA;
}
.TagClassName
{
border-color: #A84FBA;
}
</style>