Shades of Deep Lilac #A53DB1
Tints of Deep Lilac #A53DB1
RGB
CMYK
RGB Variations
Color information
#A53DB1 (or 0xA53DB1) is known color: Deep Lilac. HEX triplet: A5, 3D and B1. RGB value is (165,61,177). Sum of RGB (Red+Green+Blue) = 165+61+177=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #A53DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DB1 is #5AC24E. Grayscale: #686868. Windows color (decimal): -5947983 or 11615653. OLE color: 11615653.
HSL color Cylindrical-coordinate representation of color #A53DB1: hue angle of 293.79º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53DB1 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 61 | 177 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.31 |
| HSL | 293.79º | 0.49% | 0.47% | - |
| HSV(B) | 293.79º | 0.66% | 0.69% | - |
| XYZ | 25.12 | 14.51 | 43.07 | - |
| YUV | 105.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 177 | 0.07 | 0.66 | 0 | 0.31 | 293.79 | 0.49 | 0.47 |
| Hex | A5 | 3D | B1 | 7 | 42 | 0 | 1F | 126 | 31 | 2F |
| Octal | 245 | 75 | 261 | 7 | 102 | 0 | 37 | 446 | 61 | 57 |
| Binary | 10100101 | 111101 | 10110001 | 111 | 1000010 | 0 | 11111 | 100100110 | 110001 | 101111 |
Color Harmonies of #A53DB1
Complementary color
Monochromatic Colors of #A53DB1
Black with #A53DB1
Text Example
Text Example
White with #A53DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DB1; }
p { color: rgb(165,61,177); }
H1.HeaderClassName
{
color: #A53DB1;
}
.AnyTagClassName
{
color: #A53DB1;
}
</style>
background-color css
<style>
a { background-color: #A53DB1; }
a { background-color: rgb(165,61,177); }
div.DivClassName
{
background-color: #A53DB1;
}
.BgClassName
{
background-color: #A53DB1;
}
</style>
border-color css
<style>
span { border-color: #A53DB1; }
span { border-color: rgb(165,61,177); }
td.TdClassName
{
border-color: #A53DB1;
}
.TagClassName
{
border-color: #A53DB1;
}
</style>