Shades of Deep Lilac #A853BF
Tints of Deep Lilac #A853BF
RGB
CMYK
RGB Variations
Color information
#A853BF (or 0xA853BF) is known color: Deep Lilac. HEX triplet: A8, 53 and BF. RGB value is (168,83,191). Sum of RGB (Red+Green+Blue) = 168+83+191=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A853BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853BF is #57AC40. Grayscale: #787878. Windows color (decimal): -5745729 or 12538792. OLE color: 12538792.
HSL color Cylindrical-coordinate representation of color #A853BF: hue angle of 287.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A853BF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 83 | 191 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.25 |
| HSL | 287.22º | 0.46% | 0.54% | - |
| HSV(B) | 287.22º | 0.57% | 0.75% | - |
| XYZ | 28.65 | 18.27 | 51.31 | - |
| YUV | 120.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 191 | 0.12 | 0.57 | 0 | 0.25 | 287.22 | 0.46 | 0.54 |
| Hex | A8 | 53 | BF | C | 39 | 0 | 19 | 11F | 2E | 36 |
| Octal | 250 | 123 | 277 | 14 | 71 | 0 | 31 | 437 | 56 | 66 |
| Binary | 10101000 | 1010011 | 10111111 | 1100 | 111001 | 0 | 11001 | 100011111 | 101110 | 110110 |
Color Harmonies of #A853BF
Complementary color
Monochromatic Colors of #A853BF
Black with #A853BF
Text Example
Text Example
White with #A853BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853BF; }
p { color: rgb(168,83,191); }
H1.HeaderClassName
{
color: #A853BF;
}
.AnyTagClassName
{
color: #A853BF;
}
</style>
background-color css
<style>
a { background-color: #A853BF; }
a { background-color: rgb(168,83,191); }
div.DivClassName
{
background-color: #A853BF;
}
.BgClassName
{
background-color: #A853BF;
}
</style>
border-color css
<style>
span { border-color: #A853BF; }
span { border-color: rgb(168,83,191); }
td.TdClassName
{
border-color: #A853BF;
}
.TagClassName
{
border-color: #A853BF;
}
</style>