Shades of Deep Lilac #A53DB2
Tints of Deep Lilac #A53DB2
RGB
CMYK
RGB Variations
Color information
#A53DB2 (or 0xA53DB2) is known color: Deep Lilac. HEX triplet: A5, 3D and B2. RGB value is (165,61,178). Sum of RGB (Red+Green+Blue) = 165+61+178=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 178 - color contains mainly: blue. Hex color #A53DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DB2 is #5AC24D. Grayscale: #696969. Windows color (decimal): -5947982 or 11681189. OLE color: 11681189.
HSL color Cylindrical-coordinate representation of color #A53DB2: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53DB2 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 61 | 178 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.30 |
| HSL | 293.33º | 0.49% | 0.47% | - |
| HSV(B) | 293.33º | 0.66% | 0.7% | - |
| XYZ | 25.22 | 14.55 | 43.6 | - |
| YUV | 105.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 178 | 0.07 | 0.66 | 0 | 0.30 | 293.33 | 0.49 | 0.47 |
| Hex | A5 | 3D | B2 | 7 | 42 | 0 | 1E | 125 | 31 | 2F |
| Octal | 245 | 75 | 262 | 7 | 102 | 0 | 36 | 445 | 61 | 57 |
| Binary | 10100101 | 111101 | 10110010 | 111 | 1000010 | 0 | 11110 | 100100101 | 110001 | 101111 |
Color Harmonies of #A53DB2
Complementary color
Monochromatic Colors of #A53DB2
Black with #A53DB2
Text Example
Text Example
White with #A53DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DB2; }
p { color: rgb(165,61,178); }
H1.HeaderClassName
{
color: #A53DB2;
}
.AnyTagClassName
{
color: #A53DB2;
}
</style>
background-color css
<style>
a { background-color: #A53DB2; }
a { background-color: rgb(165,61,178); }
div.DivClassName
{
background-color: #A53DB2;
}
.BgClassName
{
background-color: #A53DB2;
}
</style>
border-color css
<style>
span { border-color: #A53DB2; }
span { border-color: rgb(165,61,178); }
td.TdClassName
{
border-color: #A53DB2;
}
.TagClassName
{
border-color: #A53DB2;
}
</style>