Shades of Deep Lilac #A53BAE
Tints of Deep Lilac #A53BAE
RGB
CMYK
RGB Variations
Color information
#A53BAE (or 0xA53BAE) is known color: Deep Lilac. HEX triplet: A5, 3B and AE. RGB value is (165,59,174). Sum of RGB (Red+Green+Blue) = 165+59+174=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #A53BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BAE is #5AC451. Grayscale: #676767. Windows color (decimal): -5948498 or 11418533. OLE color: 11418533.
HSL color Cylindrical-coordinate representation of color #A53BAE: hue angle of 295.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53BAE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 59 | 174 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.32 |
| HSL | 295.3º | 0.49% | 0.46% | - |
| HSV(B) | 295.3º | 0.66% | 0.68% | - |
| XYZ | 24.72 | 14.18 | 41.48 | - |
| YUV | 103.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 174 | 0.05 | 0.66 | 0 | 0.32 | 295.3 | 0.49 | 0.46 |
| Hex | A5 | 3B | AE | 5 | 42 | 0 | 20 | 127 | 31 | 2E |
| Octal | 245 | 73 | 256 | 5 | 102 | 0 | 40 | 447 | 61 | 56 |
| Binary | 10100101 | 111011 | 10101110 | 101 | 1000010 | 0 | 100000 | 100100111 | 110001 | 101110 |
Color Harmonies of #A53BAE
Complementary color
Monochromatic Colors of #A53BAE
Black with #A53BAE
Text Example
Text Example
White with #A53BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53BAE; }
p { color: rgb(165,59,174); }
H1.HeaderClassName
{
color: #A53BAE;
}
.AnyTagClassName
{
color: #A53BAE;
}
</style>
background-color css
<style>
a { background-color: #A53BAE; }
a { background-color: rgb(165,59,174); }
div.DivClassName
{
background-color: #A53BAE;
}
.BgClassName
{
background-color: #A53BAE;
}
</style>
border-color css
<style>
span { border-color: #A53BAE; }
span { border-color: rgb(165,59,174); }
td.TdClassName
{
border-color: #A53BAE;
}
.TagClassName
{
border-color: #A53BAE;
}
</style>