Shades of Deep Lilac #A540B1
Tints of Deep Lilac #A540B1
RGB
CMYK
RGB Variations
Color information
#A540B1 (or 0xA540B1) is known color: Deep Lilac. HEX triplet: A5, 40 and B1. RGB value is (165,64,177). Sum of RGB (Red+Green+Blue) = 165+64+177=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #A540B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540B1 is #5ABF4E. Grayscale: #6A6A6A. Windows color (decimal): -5947215 or 11616421. OLE color: 11616421.
HSL color Cylindrical-coordinate representation of color #A540B1: hue angle of 293.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A540B1 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 64 | 177 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.31 |
| HSL | 293.63º | 0.47% | 0.47% | - |
| HSV(B) | 293.63º | 0.64% | 0.69% | - |
| XYZ | 25.29 | 14.84 | 43.13 | - |
| YUV | 107.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 177 | 0.07 | 0.64 | 0 | 0.31 | 293.63 | 0.47 | 0.47 |
| Hex | A5 | 40 | B1 | 7 | 40 | 0 | 1F | 126 | 2F | 2F |
| Octal | 245 | 100 | 261 | 7 | 100 | 0 | 37 | 446 | 57 | 57 |
| Binary | 10100101 | 1000000 | 10110001 | 111 | 1000000 | 0 | 11111 | 100100110 | 101111 | 101111 |
Color Harmonies of #A540B1
Complementary color
Monochromatic Colors of #A540B1
Black with #A540B1
Text Example
Text Example
White with #A540B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540B1; }
p { color: rgb(165,64,177); }
H1.HeaderClassName
{
color: #A540B1;
}
.AnyTagClassName
{
color: #A540B1;
}
</style>
background-color css
<style>
a { background-color: #A540B1; }
a { background-color: rgb(165,64,177); }
div.DivClassName
{
background-color: #A540B1;
}
.BgClassName
{
background-color: #A540B1;
}
</style>
border-color css
<style>
span { border-color: #A540B1; }
span { border-color: rgb(165,64,177); }
td.TdClassName
{
border-color: #A540B1;
}
.TagClassName
{
border-color: #A540B1;
}
</style>