Shades of Deep Lilac #A43DAE
Tints of Deep Lilac #A43DAE
RGB
CMYK
RGB Variations
Color information
#A43DAE (or 0xA43DAE) is known color: Deep Lilac. HEX triplet: A4, 3D and AE. RGB value is (164,61,174). Sum of RGB (Red+Green+Blue) = 164+61+174=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #A43DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAE is #5BC251. Grayscale: #686868. Windows color (decimal): -6013522 or 11419044. OLE color: 11419044.
HSL color Cylindrical-coordinate representation of color #A43DAE: hue angle of 294.69º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43DAE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 61 | 174 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.32 |
| HSL | 294.69º | 0.48% | 0.46% | - |
| HSV(B) | 294.69º | 0.65% | 0.68% | - |
| XYZ | 24.62 | 14.29 | 41.5 | - |
| YUV | 104.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 174 | 0.06 | 0.65 | 0 | 0.32 | 294.69 | 0.48 | 0.46 |
| Hex | A4 | 3D | AE | 6 | 41 | 0 | 20 | 127 | 30 | 2E |
| Octal | 244 | 75 | 256 | 6 | 101 | 0 | 40 | 447 | 60 | 56 |
| Binary | 10100100 | 111101 | 10101110 | 110 | 1000001 | 0 | 100000 | 100100111 | 110000 | 101110 |
Color Harmonies of #A43DAE
Complementary color
Monochromatic Colors of #A43DAE
Black with #A43DAE
Text Example
Text Example
White with #A43DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DAE; }
p { color: rgb(164,61,174); }
H1.HeaderClassName
{
color: #A43DAE;
}
.AnyTagClassName
{
color: #A43DAE;
}
</style>
background-color css
<style>
a { background-color: #A43DAE; }
a { background-color: rgb(164,61,174); }
div.DivClassName
{
background-color: #A43DAE;
}
.BgClassName
{
background-color: #A43DAE;
}
</style>
border-color css
<style>
span { border-color: #A43DAE; }
span { border-color: rgb(164,61,174); }
td.TdClassName
{
border-color: #A43DAE;
}
.TagClassName
{
border-color: #A43DAE;
}
</style>