Shades of Deep Lilac #A84FBE
Tints of Deep Lilac #A84FBE
RGB
CMYK
RGB Variations
Color information
#A84FBE (or 0xA84FBE) is known color: Deep Lilac. HEX triplet: A8, 4F and BE. RGB value is (168,79,190). Sum of RGB (Red+Green+Blue) = 168+79+190=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #A84FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FBE is #57B041. Grayscale: #757575. Windows color (decimal): -5746754 or 12472232. OLE color: 12472232.
HSL color Cylindrical-coordinate representation of color #A84FBE: hue angle of 288.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84FBE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 79 | 190 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.25 |
| HSL | 288.11º | 0.46% | 0.53% | - |
| HSV(B) | 288.11º | 0.58% | 0.75% | - |
| XYZ | 28.24 | 17.63 | 50.63 | - |
| YUV | 118.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 190 | 0.12 | 0.58 | 0 | 0.25 | 288.11 | 0.46 | 0.53 |
| Hex | A8 | 4F | BE | C | 3A | 0 | 19 | 120 | 2E | 35 |
| Octal | 250 | 117 | 276 | 14 | 72 | 0 | 31 | 440 | 56 | 65 |
| Binary | 10101000 | 1001111 | 10111110 | 1100 | 111010 | 0 | 11001 | 100100000 | 101110 | 110101 |
Color Harmonies of #A84FBE
Complementary color
Monochromatic Colors of #A84FBE
Black with #A84FBE
Text Example
Text Example
White with #A84FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FBE; }
p { color: rgb(168,79,190); }
H1.HeaderClassName
{
color: #A84FBE;
}
.AnyTagClassName
{
color: #A84FBE;
}
</style>
background-color css
<style>
a { background-color: #A84FBE; }
a { background-color: rgb(168,79,190); }
div.DivClassName
{
background-color: #A84FBE;
}
.BgClassName
{
background-color: #A84FBE;
}
</style>
border-color css
<style>
span { border-color: #A84FBE; }
span { border-color: rgb(168,79,190); }
td.TdClassName
{
border-color: #A84FBE;
}
.TagClassName
{
border-color: #A84FBE;
}
</style>