Shades of Deep Lilac #A045BB
Tints of Deep Lilac #A045BB
RGB
CMYK
RGB Variations
Color information
#A045BB (or 0xA045BB) is known color: Deep Lilac. HEX triplet: A0, 45 and BB. RGB value is (160,69,187). Sum of RGB (Red+Green+Blue) = 160+69+187=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #A045BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045BB is #5FBA44. Grayscale: #6D6D6D. Windows color (decimal): -6273605 or 12273056. OLE color: 12273056.
HSL color Cylindrical-coordinate representation of color #A045BB: hue angle of 286.27º 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 #A045BB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 69 | 187 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.27 |
| HSL | 286.27º | 0.46% | 0.5% | - |
| HSV(B) | 286.27º | 0.63% | 0.73% | - |
| XYZ | 25.59 | 15.32 | 48.62 | - |
| YUV | 109.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 187 | 0.14 | 0.63 | 0 | 0.27 | 286.27 | 0.46 | 0.5 |
| Hex | A0 | 45 | BB | E | 3F | 0 | 1B | 11E | 2E | 32 |
| Octal | 240 | 105 | 273 | 16 | 77 | 0 | 33 | 436 | 56 | 62 |
| Binary | 10100000 | 1000101 | 10111011 | 1110 | 111111 | 0 | 11011 | 100011110 | 101110 | 110010 |
Color Harmonies of #A045BB
Complementary color
Monochromatic Colors of #A045BB
Black with #A045BB
Text Example
Text Example
White with #A045BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045BB; }
p { color: rgb(160,69,187); }
H1.HeaderClassName
{
color: #A045BB;
}
.AnyTagClassName
{
color: #A045BB;
}
</style>
background-color css
<style>
a { background-color: #A045BB; }
a { background-color: rgb(160,69,187); }
div.DivClassName
{
background-color: #A045BB;
}
.BgClassName
{
background-color: #A045BB;
}
</style>
border-color css
<style>
span { border-color: #A045BB; }
span { border-color: rgb(160,69,187); }
td.TdClassName
{
border-color: #A045BB;
}
.TagClassName
{
border-color: #A045BB;
}
</style>