Shades of Deep Lilac #A93DB4
Tints of Deep Lilac #A93DB4
RGB
CMYK
RGB Variations
Color information
#A93DB4 (or 0xA93DB4) is known color: Deep Lilac. HEX triplet: A9, 3D and B4. RGB value is (169,61,180). Sum of RGB (Red+Green+Blue) = 169+61+180=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #A93DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DB4 is #56C24B. Grayscale: #6A6A6A. Windows color (decimal): -5685836 or 11812265. OLE color: 11812265.
HSL color Cylindrical-coordinate representation of color #A93DB4: hue angle of 294.45º degrees, saturation: 0.49, 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 #A93DB4 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 61 | 180 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.29 |
| HSL | 294.45º | 0.49% | 0.47% | - |
| HSV(B) | 294.45º | 0.66% | 0.71% | - |
| XYZ | 26.27 | 15.07 | 44.7 | - |
| YUV | 106.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 180 | 0.06 | 0.66 | 0 | 0.29 | 294.45 | 0.49 | 0.47 |
| Hex | A9 | 3D | B4 | 6 | 42 | 0 | 1D | 126 | 31 | 2F |
| Octal | 251 | 75 | 264 | 6 | 102 | 0 | 35 | 446 | 61 | 57 |
| Binary | 10101001 | 111101 | 10110100 | 110 | 1000010 | 0 | 11101 | 100100110 | 110001 | 101111 |
Color Harmonies of #A93DB4
Complementary color
Monochromatic Colors of #A93DB4
Black with #A93DB4
Text Example
Text Example
White with #A93DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DB4; }
p { color: rgb(169,61,180); }
H1.HeaderClassName
{
color: #A93DB4;
}
.AnyTagClassName
{
color: #A93DB4;
}
</style>
background-color css
<style>
a { background-color: #A93DB4; }
a { background-color: rgb(169,61,180); }
div.DivClassName
{
background-color: #A93DB4;
}
.BgClassName
{
background-color: #A93DB4;
}
</style>
border-color css
<style>
span { border-color: #A93DB4; }
span { border-color: rgb(169,61,180); }
td.TdClassName
{
border-color: #A93DB4;
}
.TagClassName
{
border-color: #A93DB4;
}
</style>