Shades of Deep Lilac #A43DB5
Tints of Deep Lilac #A43DB5
RGB
CMYK
RGB Variations
Color information
#A43DB5 (or 0xA43DB5) is known color: Deep Lilac. HEX triplet: A4, 3D and B5. RGB value is (164,61,181). Sum of RGB (Red+Green+Blue) = 164+61+181=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #A43DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DB5 is #5BC24A. Grayscale: #696969. Windows color (decimal): -6013515 or 11877796. OLE color: 11877796.
HSL color Cylindrical-coordinate representation of color #A43DB5: hue angle of 291.5º 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 #A43DB5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 61 | 181 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.29 |
| HSL | 291.5º | 0.5% | 0.47% | - |
| HSV(B) | 291.5º | 0.66% | 0.71% | - |
| XYZ | 25.32 | 14.57 | 45.19 | - |
| YUV | 105.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 181 | 0.09 | 0.66 | 0 | 0.29 | 291.5 | 0.5 | 0.47 |
| Hex | A4 | 3D | B5 | 9 | 42 | 0 | 1D | 124 | 32 | 2F |
| Octal | 244 | 75 | 265 | 11 | 102 | 0 | 35 | 444 | 62 | 57 |
| Binary | 10100100 | 111101 | 10110101 | 1001 | 1000010 | 0 | 11101 | 100100100 | 110010 | 101111 |
Color Harmonies of #A43DB5
Complementary color
Monochromatic Colors of #A43DB5
Black with #A43DB5
Text Example
Text Example
White with #A43DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DB5; }
p { color: rgb(164,61,181); }
H1.HeaderClassName
{
color: #A43DB5;
}
.AnyTagClassName
{
color: #A43DB5;
}
</style>
background-color css
<style>
a { background-color: #A43DB5; }
a { background-color: rgb(164,61,181); }
div.DivClassName
{
background-color: #A43DB5;
}
.BgClassName
{
background-color: #A43DB5;
}
</style>
border-color css
<style>
span { border-color: #A43DB5; }
span { border-color: rgb(164,61,181); }
td.TdClassName
{
border-color: #A43DB5;
}
.TagClassName
{
border-color: #A43DB5;
}
</style>