Shades of Deep Lilac #A05DB4
Tints of Deep Lilac #A05DB4
RGB
CMYK
RGB Variations
Color information
#A05DB4 (or 0xA05DB4) is known color: Deep Lilac. HEX triplet: A0, 5D and B4. RGB value is (160,93,180). Sum of RGB (Red+Green+Blue) = 160+93+180=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #A05DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DB4 is #5FA24B. Grayscale: #7A7A7A. Windows color (decimal): -6267468 or 11820448. OLE color: 11820448.
HSL color Cylindrical-coordinate representation of color #A05DB4: hue angle of 286.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05DB4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 93 | 180 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.29 |
| HSL | 286.21º | 0.37% | 0.54% | - |
| HSV(B) | 286.21º | 0.48% | 0.71% | - |
| XYZ | 26.65 | 18.6 | 45.37 | - |
| YUV | 122.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 180 | 0.11 | 0.48 | 0 | 0.29 | 286.21 | 0.37 | 0.54 |
| Hex | A0 | 5D | B4 | B | 30 | 0 | 1D | 11E | 25 | 36 |
| Octal | 240 | 135 | 264 | 13 | 60 | 0 | 35 | 436 | 45 | 66 |
| Binary | 10100000 | 1011101 | 10110100 | 1011 | 110000 | 0 | 11101 | 100011110 | 100101 | 110110 |
Color Harmonies of #A05DB4
Complementary color
Monochromatic Colors of #A05DB4
Black with #A05DB4
Text Example
Text Example
White with #A05DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DB4; }
p { color: rgb(160,93,180); }
H1.HeaderClassName
{
color: #A05DB4;
}
.AnyTagClassName
{
color: #A05DB4;
}
</style>
background-color css
<style>
a { background-color: #A05DB4; }
a { background-color: rgb(160,93,180); }
div.DivClassName
{
background-color: #A05DB4;
}
.BgClassName
{
background-color: #A05DB4;
}
</style>
border-color css
<style>
span { border-color: #A05DB4; }
span { border-color: rgb(160,93,180); }
td.TdClassName
{
border-color: #A05DB4;
}
.TagClassName
{
border-color: #A05DB4;
}
</style>