Shades of Deep Lilac #A85CC5
Tints of Deep Lilac #A85CC5
RGB
CMYK
RGB Variations
Color information
#A85CC5 (or 0xA85CC5) is known color: Deep Lilac. HEX triplet: A8, 5C and C5. RGB value is (168,92,197). Sum of RGB (Red+Green+Blue) = 168+92+197=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #A85CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CC5 is #57A33A. Grayscale: #7E7E7E. Windows color (decimal): -5743419 or 12934312. OLE color: 12934312.
HSL color Cylindrical-coordinate representation of color #A85CC5: hue angle of 283.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A85CC5 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 92 | 197 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.23 |
| HSL | 283.43º | 0.48% | 0.57% | - |
| HSV(B) | 283.43º | 0.53% | 0.77% | - |
| XYZ | 30.05 | 20.01 | 55.1 | - |
| YUV | 126.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 197 | 0.15 | 0.53 | 0 | 0.23 | 283.43 | 0.48 | 0.57 |
| Hex | A8 | 5C | C5 | F | 35 | 0 | 17 | 11B | 30 | 39 |
| Octal | 250 | 134 | 305 | 17 | 65 | 0 | 27 | 433 | 60 | 71 |
| Binary | 10101000 | 1011100 | 11000101 | 1111 | 110101 | 0 | 10111 | 100011011 | 110000 | 111001 |
Color Harmonies of #A85CC5
Complementary color
Monochromatic Colors of #A85CC5
Black with #A85CC5
Text Example
Text Example
White with #A85CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CC5; }
p { color: rgb(168,92,197); }
H1.HeaderClassName
{
color: #A85CC5;
}
.AnyTagClassName
{
color: #A85CC5;
}
</style>
background-color css
<style>
a { background-color: #A85CC5; }
a { background-color: rgb(168,92,197); }
div.DivClassName
{
background-color: #A85CC5;
}
.BgClassName
{
background-color: #A85CC5;
}
</style>
border-color css
<style>
span { border-color: #A85CC5; }
span { border-color: rgb(168,92,197); }
td.TdClassName
{
border-color: #A85CC5;
}
.TagClassName
{
border-color: #A85CC5;
}
</style>