Shades of Deep Lilac #A85CC3
Tints of Deep Lilac #A85CC3
RGB
CMYK
RGB Variations
Color information
#A85CC3 (or 0xA85CC3) is known color: Deep Lilac. HEX triplet: A8, 5C and C3. RGB value is (168,92,195). Sum of RGB (Red+Green+Blue) = 168+92+195=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #A85CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CC3 is #57A33C. Grayscale: #7E7E7E. Windows color (decimal): -5743421 or 12803240. OLE color: 12803240.
HSL color Cylindrical-coordinate representation of color #A85CC3: hue angle of 284.27º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A85CC3 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 92 | 195 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.24 |
| HSL | 284.27º | 0.46% | 0.56% | - |
| HSV(B) | 284.27º | 0.53% | 0.76% | - |
| XYZ | 29.83 | 19.92 | 53.9 | - |
| YUV | 126.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 195 | 0.14 | 0.53 | 0 | 0.24 | 284.27 | 0.46 | 0.56 |
| Hex | A8 | 5C | C3 | E | 35 | 0 | 18 | 11C | 2E | 38 |
| Octal | 250 | 134 | 303 | 16 | 65 | 0 | 30 | 434 | 56 | 70 |
| Binary | 10101000 | 1011100 | 11000011 | 1110 | 110101 | 0 | 11000 | 100011100 | 101110 | 111000 |
Color Harmonies of #A85CC3
Complementary color
Monochromatic Colors of #A85CC3
Black with #A85CC3
Text Example
Text Example
White with #A85CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CC3; }
p { color: rgb(168,92,195); }
H1.HeaderClassName
{
color: #A85CC3;
}
.AnyTagClassName
{
color: #A85CC3;
}
</style>
background-color css
<style>
a { background-color: #A85CC3; }
a { background-color: rgb(168,92,195); }
div.DivClassName
{
background-color: #A85CC3;
}
.BgClassName
{
background-color: #A85CC3;
}
</style>
border-color css
<style>
span { border-color: #A85CC3; }
span { border-color: rgb(168,92,195); }
td.TdClassName
{
border-color: #A85CC3;
}
.TagClassName
{
border-color: #A85CC3;
}
</style>