Shades of Deep Lilac #A05FBD
Tints of Deep Lilac #A05FBD
RGB
CMYK
RGB Variations
Color information
#A05FBD (or 0xA05FBD) is known color: Deep Lilac. HEX triplet: A0, 5F and BD. RGB value is (160,95,189). Sum of RGB (Red+Green+Blue) = 160+95+189=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #A05FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FBD is #5FA042. Grayscale: #7C7C7C. Windows color (decimal): -6266947 or 12410784. OLE color: 12410784.
HSL color Cylindrical-coordinate representation of color #A05FBD: hue angle of 281.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05FBD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 95 | 189 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.26 |
| HSL | 281.49º | 0.42% | 0.56% | - |
| HSV(B) | 281.49º | 0.5% | 0.74% | - |
| XYZ | 27.77 | 19.33 | 50.41 | - |
| YUV | 125.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 189 | 0.15 | 0.50 | 0 | 0.26 | 281.49 | 0.42 | 0.56 |
| Hex | A0 | 5F | BD | F | 32 | 0 | 1A | 119 | 2A | 38 |
| Octal | 240 | 137 | 275 | 17 | 62 | 0 | 32 | 431 | 52 | 70 |
| Binary | 10100000 | 1011111 | 10111101 | 1111 | 110010 | 0 | 11010 | 100011001 | 101010 | 111000 |
Color Harmonies of #A05FBD
Complementary color
Monochromatic Colors of #A05FBD
Black with #A05FBD
Text Example
Text Example
White with #A05FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FBD; }
p { color: rgb(160,95,189); }
H1.HeaderClassName
{
color: #A05FBD;
}
.AnyTagClassName
{
color: #A05FBD;
}
</style>
background-color css
<style>
a { background-color: #A05FBD; }
a { background-color: rgb(160,95,189); }
div.DivClassName
{
background-color: #A05FBD;
}
.BgClassName
{
background-color: #A05FBD;
}
</style>
border-color css
<style>
span { border-color: #A05FBD; }
span { border-color: rgb(160,95,189); }
td.TdClassName
{
border-color: #A05FBD;
}
.TagClassName
{
border-color: #A05FBD;
}
</style>