Shades of Deep Lilac #A05CBC
Tints of Deep Lilac #A05CBC
RGB
CMYK
RGB Variations
Color information
#A05CBC (or 0xA05CBC) is known color: Deep Lilac. HEX triplet: A0, 5C and BC. RGB value is (160,92,188). Sum of RGB (Red+Green+Blue) = 160+92+188=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CBC is #5FA343. Grayscale: #7A7A7A. Windows color (decimal): -6267716 or 12344480. OLE color: 12344480.
HSL color Cylindrical-coordinate representation of color #A05CBC: hue angle of 282.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05CBC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 92 | 188 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.26 |
| HSL | 282.5º | 0.42% | 0.55% | - |
| HSV(B) | 282.5º | 0.51% | 0.74% | - |
| XYZ | 27.4 | 18.76 | 49.75 | - |
| YUV | 123.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 188 | 0.15 | 0.51 | 0 | 0.26 | 282.5 | 0.42 | 0.55 |
| Hex | A0 | 5C | BC | F | 33 | 0 | 1A | 11A | 2A | 37 |
| Octal | 240 | 134 | 274 | 17 | 63 | 0 | 32 | 432 | 52 | 67 |
| Binary | 10100000 | 1011100 | 10111100 | 1111 | 110011 | 0 | 11010 | 100011010 | 101010 | 110111 |
Color Harmonies of #A05CBC
Complementary color
Monochromatic Colors of #A05CBC
Black with #A05CBC
Text Example
Text Example
White with #A05CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CBC; }
p { color: rgb(160,92,188); }
H1.HeaderClassName
{
color: #A05CBC;
}
.AnyTagClassName
{
color: #A05CBC;
}
</style>
background-color css
<style>
a { background-color: #A05CBC; }
a { background-color: rgb(160,92,188); }
div.DivClassName
{
background-color: #A05CBC;
}
.BgClassName
{
background-color: #A05CBC;
}
</style>
border-color css
<style>
span { border-color: #A05CBC; }
span { border-color: rgb(160,92,188); }
td.TdClassName
{
border-color: #A05CBC;
}
.TagClassName
{
border-color: #A05CBC;
}
</style>