Shades of Deep Lilac #A53CB2
Tints of Deep Lilac #A53CB2
RGB
CMYK
RGB Variations
Color information
#A53CB2 (or 0xA53CB2) is known color: Deep Lilac. HEX triplet: A5, 3C and B2. RGB value is (165,60,178). Sum of RGB (Red+Green+Blue) = 165+60+178=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #A53CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CB2 is #5AC34D. Grayscale: #686868. Windows color (decimal): -5948238 or 11680933. OLE color: 11680933.
HSL color Cylindrical-coordinate representation of color #A53CB2: hue angle of 293.39º degrees, saturation: 0.5, 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 #A53CB2 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 60 | 178 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.30 |
| HSL | 293.39º | 0.5% | 0.47% | - |
| HSV(B) | 293.39º | 0.66% | 0.7% | - |
| XYZ | 25.17 | 14.45 | 43.58 | - |
| YUV | 104.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 178 | 0.07 | 0.66 | 0 | 0.30 | 293.39 | 0.5 | 0.47 |
| Hex | A5 | 3C | B2 | 7 | 42 | 0 | 1E | 125 | 32 | 2F |
| Octal | 245 | 74 | 262 | 7 | 102 | 0 | 36 | 445 | 62 | 57 |
| Binary | 10100101 | 111100 | 10110010 | 111 | 1000010 | 0 | 11110 | 100100101 | 110010 | 101111 |
Color Harmonies of #A53CB2
Complementary color
Monochromatic Colors of #A53CB2
Black with #A53CB2
Text Example
Text Example
White with #A53CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53CB2; }
p { color: rgb(165,60,178); }
H1.HeaderClassName
{
color: #A53CB2;
}
.AnyTagClassName
{
color: #A53CB2;
}
</style>
background-color css
<style>
a { background-color: #A53CB2; }
a { background-color: rgb(165,60,178); }
div.DivClassName
{
background-color: #A53CB2;
}
.BgClassName
{
background-color: #A53CB2;
}
</style>
border-color css
<style>
span { border-color: #A53CB2; }
span { border-color: rgb(165,60,178); }
td.TdClassName
{
border-color: #A53CB2;
}
.TagClassName
{
border-color: #A53CB2;
}
</style>