Shades of Deep Lilac #A85DC3
Tints of Deep Lilac #A85DC3
RGB
CMYK
RGB Variations
Color information
#A85DC3 (or 0xA85DC3) is known color: Deep Lilac. HEX triplet: A8, 5D and C3. RGB value is (168,93,195). Sum of RGB (Red+Green+Blue) = 168+93+195=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #A85DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DC3 is #57A23C. Grayscale: #7E7E7E. Windows color (decimal): -5743165 or 12803496. OLE color: 12803496.
HSL color Cylindrical-coordinate representation of color #A85DC3: hue angle of 284.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85DC3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 93 | 195 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.24 |
| HSL | 284.12º | 0.46% | 0.56% | - |
| HSV(B) | 284.12º | 0.52% | 0.76% | - |
| XYZ | 29.91 | 20.09 | 53.93 | - |
| YUV | 127.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 195 | 0.14 | 0.52 | 0 | 0.24 | 284.12 | 0.46 | 0.56 |
| Hex | A8 | 5D | C3 | E | 34 | 0 | 18 | 11C | 2E | 38 |
| Octal | 250 | 135 | 303 | 16 | 64 | 0 | 30 | 434 | 56 | 70 |
| Binary | 10101000 | 1011101 | 11000011 | 1110 | 110100 | 0 | 11000 | 100011100 | 101110 | 111000 |
Color Harmonies of #A85DC3
Complementary color
Monochromatic Colors of #A85DC3
Black with #A85DC3
Text Example
Text Example
White with #A85DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DC3; }
p { color: rgb(168,93,195); }
H1.HeaderClassName
{
color: #A85DC3;
}
.AnyTagClassName
{
color: #A85DC3;
}
</style>
background-color css
<style>
a { background-color: #A85DC3; }
a { background-color: rgb(168,93,195); }
div.DivClassName
{
background-color: #A85DC3;
}
.BgClassName
{
background-color: #A85DC3;
}
</style>
border-color css
<style>
span { border-color: #A85DC3; }
span { border-color: rgb(168,93,195); }
td.TdClassName
{
border-color: #A85DC3;
}
.TagClassName
{
border-color: #A85DC3;
}
</style>