Shades of Deep Lilac #A05CBD
Tints of Deep Lilac #A05CBD
RGB
CMYK
RGB Variations
Color information
#A05CBD (or 0xA05CBD) is known color: Deep Lilac. HEX triplet: A0, 5C and BD. RGB value is (160,92,189). Sum of RGB (Red+Green+Blue) = 160+92+189=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CBD is #5FA342. Grayscale: #7B7B7B. Windows color (decimal): -6267715 or 12410016. OLE color: 12410016.
HSL color Cylindrical-coordinate representation of color #A05CBD: hue angle of 282.06º 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 #A05CBD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 92 | 189 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.26 |
| HSL | 282.06º | 0.42% | 0.55% | - |
| HSV(B) | 282.06º | 0.51% | 0.74% | - |
| XYZ | 27.51 | 18.8 | 50.32 | - |
| YUV | 123.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 189 | 0.15 | 0.51 | 0 | 0.26 | 282.06 | 0.42 | 0.55 |
| Hex | A0 | 5C | BD | F | 33 | 0 | 1A | 11A | 2A | 37 |
| Octal | 240 | 134 | 275 | 17 | 63 | 0 | 32 | 432 | 52 | 67 |
| Binary | 10100000 | 1011100 | 10111101 | 1111 | 110011 | 0 | 11010 | 100011010 | 101010 | 110111 |
Color Harmonies of #A05CBD
Complementary color
Monochromatic Colors of #A05CBD
Black with #A05CBD
Text Example
Text Example
White with #A05CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CBD; }
p { color: rgb(160,92,189); }
H1.HeaderClassName
{
color: #A05CBD;
}
.AnyTagClassName
{
color: #A05CBD;
}
</style>
background-color css
<style>
a { background-color: #A05CBD; }
a { background-color: rgb(160,92,189); }
div.DivClassName
{
background-color: #A05CBD;
}
.BgClassName
{
background-color: #A05CBD;
}
</style>
border-color css
<style>
span { border-color: #A05CBD; }
span { border-color: rgb(160,92,189); }
td.TdClassName
{
border-color: #A05CBD;
}
.TagClassName
{
border-color: #A05CBD;
}
</style>