Shades of Deep Lilac #A93DB5
Tints of Deep Lilac #A93DB5
RGB
CMYK
RGB Variations
Color information
#A93DB5 (or 0xA93DB5) is known color: Deep Lilac. HEX triplet: A9, 3D and B5. RGB value is (169,61,181). Sum of RGB (Red+Green+Blue) = 169+61+181=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #A93DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DB5 is #56C24A. Grayscale: #6A6A6A. Windows color (decimal): -5685835 or 11877801. OLE color: 11877801.
HSL color Cylindrical-coordinate representation of color #A93DB5: hue angle of 294º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93DB5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 61 | 181 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.29 |
| HSL | 294º | 0.5% | 0.47% | - |
| HSV(B) | 294º | 0.66% | 0.71% | - |
| XYZ | 26.37 | 15.11 | 45.24 | - |
| YUV | 106.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 181 | 0.07 | 0.66 | 0 | 0.29 | 294 | 0.5 | 0.47 |
| Hex | A9 | 3D | B5 | 7 | 42 | 0 | 1D | 126 | 32 | 2F |
| Octal | 251 | 75 | 265 | 7 | 102 | 0 | 35 | 446 | 62 | 57 |
| Binary | 10101001 | 111101 | 10110101 | 111 | 1000010 | 0 | 11101 | 100100110 | 110010 | 101111 |
Color Harmonies of #A93DB5
Complementary color
Monochromatic Colors of #A93DB5
Black with #A93DB5
Text Example
Text Example
White with #A93DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DB5; }
p { color: rgb(169,61,181); }
H1.HeaderClassName
{
color: #A93DB5;
}
.AnyTagClassName
{
color: #A93DB5;
}
</style>
background-color css
<style>
a { background-color: #A93DB5; }
a { background-color: rgb(169,61,181); }
div.DivClassName
{
background-color: #A93DB5;
}
.BgClassName
{
background-color: #A93DB5;
}
</style>
border-color css
<style>
span { border-color: #A93DB5; }
span { border-color: rgb(169,61,181); }
td.TdClassName
{
border-color: #A93DB5;
}
.TagClassName
{
border-color: #A93DB5;
}
</style>