Shades of Deep Lilac #A84FB3
Tints of Deep Lilac #A84FB3
RGB
CMYK
RGB Variations
Color information
#A84FB3 (or 0xA84FB3) is known color: Deep Lilac. HEX triplet: A8, 4F and B3. RGB value is (168,79,179). Sum of RGB (Red+Green+Blue) = 168+79+179=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #A84FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FB3 is #57B04C. Grayscale: #747474. Windows color (decimal): -5746765 or 11751336. OLE color: 11751336.
HSL color Cylindrical-coordinate representation of color #A84FB3: hue angle of 293.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84FB3 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 79 | 179 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.30 |
| HSL | 293.4º | 0.4% | 0.51% | - |
| HSV(B) | 293.4º | 0.56% | 0.7% | - |
| XYZ | 27.08 | 17.17 | 44.53 | - |
| YUV | 117.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 179 | 0.06 | 0.56 | 0 | 0.30 | 293.4 | 0.4 | 0.51 |
| Hex | A8 | 4F | B3 | 6 | 38 | 0 | 1E | 125 | 28 | 33 |
| Octal | 250 | 117 | 263 | 6 | 70 | 0 | 36 | 445 | 50 | 63 |
| Binary | 10101000 | 1001111 | 10110011 | 110 | 111000 | 0 | 11110 | 100100101 | 101000 | 110011 |
Color Harmonies of #A84FB3
Complementary color
Monochromatic Colors of #A84FB3
Black with #A84FB3
Text Example
Text Example
White with #A84FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FB3; }
p { color: rgb(168,79,179); }
H1.HeaderClassName
{
color: #A84FB3;
}
.AnyTagClassName
{
color: #A84FB3;
}
</style>
background-color css
<style>
a { background-color: #A84FB3; }
a { background-color: rgb(168,79,179); }
div.DivClassName
{
background-color: #A84FB3;
}
.BgClassName
{
background-color: #A84FB3;
}
</style>
border-color css
<style>
span { border-color: #A84FB3; }
span { border-color: rgb(168,79,179); }
td.TdClassName
{
border-color: #A84FB3;
}
.TagClassName
{
border-color: #A84FB3;
}
</style>