Shades of Deep Lilac #A73DB5
Tints of Deep Lilac #A73DB5
RGB
CMYK
RGB Variations
Color information
#A73DB5 (or 0xA73DB5) is known color: Deep Lilac. HEX triplet: A7, 3D and B5. RGB value is (167,61,181). Sum of RGB (Red+Green+Blue) = 167+61+181=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #A73DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DB5 is #58C24A. Grayscale: #6A6A6A. Windows color (decimal): -5816907 or 11877799. OLE color: 11877799.
HSL color Cylindrical-coordinate representation of color #A73DB5: hue angle of 293º 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 #A73DB5 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 61 | 181 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.29 |
| HSL | 293º | 0.5% | 0.47% | - |
| HSV(B) | 293º | 0.66% | 0.71% | - |
| XYZ | 25.95 | 14.89 | 45.22 | - |
| YUV | 106.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 181 | 0.08 | 0.66 | 0 | 0.29 | 293 | 0.5 | 0.47 |
| Hex | A7 | 3D | B5 | 8 | 42 | 0 | 1D | 125 | 32 | 2F |
| Octal | 247 | 75 | 265 | 10 | 102 | 0 | 35 | 445 | 62 | 57 |
| Binary | 10100111 | 111101 | 10110101 | 1000 | 1000010 | 0 | 11101 | 100100101 | 110010 | 101111 |
Color Harmonies of #A73DB5
Complementary color
Monochromatic Colors of #A73DB5
Black with #A73DB5
Text Example
Text Example
White with #A73DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DB5; }
p { color: rgb(167,61,181); }
H1.HeaderClassName
{
color: #A73DB5;
}
.AnyTagClassName
{
color: #A73DB5;
}
</style>
background-color css
<style>
a { background-color: #A73DB5; }
a { background-color: rgb(167,61,181); }
div.DivClassName
{
background-color: #A73DB5;
}
.BgClassName
{
background-color: #A73DB5;
}
</style>
border-color css
<style>
span { border-color: #A73DB5; }
span { border-color: rgb(167,61,181); }
td.TdClassName
{
border-color: #A73DB5;
}
.TagClassName
{
border-color: #A73DB5;
}
</style>