Shades of Deep Lilac #A345BB
Tints of Deep Lilac #A345BB
RGB
CMYK
RGB Variations
Color information
#A345BB (or 0xA345BB) is known color: Deep Lilac. HEX triplet: A3, 45 and BB. RGB value is (163,69,187). Sum of RGB (Red+Green+Blue) = 163+69+187=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #A345BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345BB is #5CBA44. Grayscale: #6E6E6E. Windows color (decimal): -6076997 or 12273059. OLE color: 12273059.
HSL color Cylindrical-coordinate representation of color #A345BB: hue angle of 287.8º 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 #A345BB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 69 | 187 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.27 |
| HSL | 287.8º | 0.46% | 0.5% | - |
| HSV(B) | 287.8º | 0.63% | 0.73% | - |
| XYZ | 26.2 | 15.63 | 48.65 | - |
| YUV | 110.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 187 | 0.13 | 0.63 | 0 | 0.27 | 287.8 | 0.46 | 0.5 |
| Hex | A3 | 45 | BB | D | 3F | 0 | 1B | 120 | 2E | 32 |
| Octal | 243 | 105 | 273 | 15 | 77 | 0 | 33 | 440 | 56 | 62 |
| Binary | 10100011 | 1000101 | 10111011 | 1101 | 111111 | 0 | 11011 | 100100000 | 101110 | 110010 |
Color Harmonies of #A345BB
Complementary color
Monochromatic Colors of #A345BB
Black with #A345BB
Text Example
Text Example
White with #A345BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345BB; }
p { color: rgb(163,69,187); }
H1.HeaderClassName
{
color: #A345BB;
}
.AnyTagClassName
{
color: #A345BB;
}
</style>
background-color css
<style>
a { background-color: #A345BB; }
a { background-color: rgb(163,69,187); }
div.DivClassName
{
background-color: #A345BB;
}
.BgClassName
{
background-color: #A345BB;
}
</style>
border-color css
<style>
span { border-color: #A345BB; }
span { border-color: rgb(163,69,187); }
td.TdClassName
{
border-color: #A345BB;
}
.TagClassName
{
border-color: #A345BB;
}
</style>