Shades of Deep Lilac #A545BB
Tints of Deep Lilac #A545BB
RGB
CMYK
RGB Variations
Color information
#A545BB (or 0xA545BB) is known color: Deep Lilac. HEX triplet: A5, 45 and BB. RGB value is (165,69,187). Sum of RGB (Red+Green+Blue) = 165+69+187=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A545BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545BB is #5ABA44. Grayscale: #6E6E6E. Windows color (decimal): -5945925 or 12273061. OLE color: 12273061.
HSL color Cylindrical-coordinate representation of color #A545BB: hue angle of 288.81º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A545BB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 69 | 187 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.27 |
| HSL | 288.81º | 0.46% | 0.5% | - |
| HSV(B) | 288.81º | 0.63% | 0.73% | - |
| XYZ | 26.61 | 15.84 | 48.67 | - |
| YUV | 111.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 187 | 0.12 | 0.63 | 0 | 0.27 | 288.81 | 0.46 | 0.5 |
| Hex | A5 | 45 | BB | C | 3F | 0 | 1B | 121 | 2E | 32 |
| Octal | 245 | 105 | 273 | 14 | 77 | 0 | 33 | 441 | 56 | 62 |
| Binary | 10100101 | 1000101 | 10111011 | 1100 | 111111 | 0 | 11011 | 100100001 | 101110 | 110010 |
Color Harmonies of #A545BB
Complementary color
Monochromatic Colors of #A545BB
Black with #A545BB
Text Example
Text Example
White with #A545BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A545BB; }
p { color: rgb(165,69,187); }
H1.HeaderClassName
{
color: #A545BB;
}
.AnyTagClassName
{
color: #A545BB;
}
</style>
background-color css
<style>
a { background-color: #A545BB; }
a { background-color: rgb(165,69,187); }
div.DivClassName
{
background-color: #A545BB;
}
.BgClassName
{
background-color: #A545BB;
}
</style>
border-color css
<style>
span { border-color: #A545BB; }
span { border-color: rgb(165,69,187); }
td.TdClassName
{
border-color: #A545BB;
}
.TagClassName
{
border-color: #A545BB;
}
</style>