Shades of Deep Lilac #A84BBA
Tints of Deep Lilac #A84BBA
RGB
CMYK
RGB Variations
Color information
#A84BBA (or 0xA84BBA) is known color: Deep Lilac. HEX triplet: A8, 4B and BA. RGB value is (168,75,186). Sum of RGB (Red+Green+Blue) = 168+75+186=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A84BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BBA is #57B445. Grayscale: #737373. Windows color (decimal): -5747782 or 12209064. OLE color: 12209064.
HSL color Cylindrical-coordinate representation of color #A84BBA: hue angle of 290.27º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84BBA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 75 | 186 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.27 |
| HSL | 290.27º | 0.45% | 0.51% | - |
| HSV(B) | 290.27º | 0.6% | 0.73% | - |
| XYZ | 27.53 | 16.9 | 48.27 | - |
| YUV | 115.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 186 | 0.10 | 0.60 | 0 | 0.27 | 290.27 | 0.45 | 0.51 |
| Hex | A8 | 4B | BA | A | 3C | 0 | 1B | 122 | 2D | 33 |
| Octal | 250 | 113 | 272 | 12 | 74 | 0 | 33 | 442 | 55 | 63 |
| Binary | 10101000 | 1001011 | 10111010 | 1010 | 111100 | 0 | 11011 | 100100010 | 101101 | 110011 |
Color Harmonies of #A84BBA
Complementary color
Monochromatic Colors of #A84BBA
Black with #A84BBA
Text Example
Text Example
White with #A84BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BBA; }
p { color: rgb(168,75,186); }
H1.HeaderClassName
{
color: #A84BBA;
}
.AnyTagClassName
{
color: #A84BBA;
}
</style>
background-color css
<style>
a { background-color: #A84BBA; }
a { background-color: rgb(168,75,186); }
div.DivClassName
{
background-color: #A84BBA;
}
.BgClassName
{
background-color: #A84BBA;
}
</style>
border-color css
<style>
span { border-color: #A84BBA; }
span { border-color: rgb(168,75,186); }
td.TdClassName
{
border-color: #A84BBA;
}
.TagClassName
{
border-color: #A84BBA;
}
</style>