Shades of Deep Lilac #A84BBC
Tints of Deep Lilac #A84BBC
RGB
CMYK
RGB Variations
Color information
#A84BBC (or 0xA84BBC) is known color: Deep Lilac. HEX triplet: A8, 4B and BC. RGB value is (168,75,188). Sum of RGB (Red+Green+Blue) = 168+75+188=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A84BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BBC is #57B443. Grayscale: #737373. Windows color (decimal): -5747780 or 12340136. OLE color: 12340136.
HSL color Cylindrical-coordinate representation of color #A84BBC: hue angle of 289.38º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84BBC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 75 | 188 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.26 |
| HSL | 289.38º | 0.46% | 0.52% | - |
| HSV(B) | 289.38º | 0.6% | 0.74% | - |
| XYZ | 27.74 | 16.99 | 49.39 | - |
| YUV | 115.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 188 | 0.11 | 0.60 | 0 | 0.26 | 289.38 | 0.46 | 0.52 |
| Hex | A8 | 4B | BC | B | 3C | 0 | 1A | 121 | 2E | 34 |
| Octal | 250 | 113 | 274 | 13 | 74 | 0 | 32 | 441 | 56 | 64 |
| Binary | 10101000 | 1001011 | 10111100 | 1011 | 111100 | 0 | 11010 | 100100001 | 101110 | 110100 |
Color Harmonies of #A84BBC
Complementary color
Monochromatic Colors of #A84BBC
Black with #A84BBC
Text Example
Text Example
White with #A84BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BBC; }
p { color: rgb(168,75,188); }
H1.HeaderClassName
{
color: #A84BBC;
}
.AnyTagClassName
{
color: #A84BBC;
}
</style>
background-color css
<style>
a { background-color: #A84BBC; }
a { background-color: rgb(168,75,188); }
div.DivClassName
{
background-color: #A84BBC;
}
.BgClassName
{
background-color: #A84BBC;
}
</style>
border-color css
<style>
span { border-color: #A84BBC; }
span { border-color: rgb(168,75,188); }
td.TdClassName
{
border-color: #A84BBC;
}
.TagClassName
{
border-color: #A84BBC;
}
</style>