Shades of Deep Lilac #A045BD
Tints of Deep Lilac #A045BD
RGB
CMYK
RGB Variations
Color information
#A045BD (or 0xA045BD) is known color: Deep Lilac. HEX triplet: A0, 45 and BD. RGB value is (160,69,189). Sum of RGB (Red+Green+Blue) = 160+69+189=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #A045BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045BD is #5FBA42. Grayscale: #6D6D6D. Windows color (decimal): -6273603 or 12404128. OLE color: 12404128.
HSL color Cylindrical-coordinate representation of color #A045BD: hue angle of 285.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A045BD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 69 | 189 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.26 |
| HSL | 285.5º | 0.48% | 0.51% | - |
| HSV(B) | 285.5º | 0.63% | 0.74% | - |
| XYZ | 25.81 | 15.4 | 49.76 | - |
| YUV | 109.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 189 | 0.15 | 0.63 | 0 | 0.26 | 285.5 | 0.48 | 0.51 |
| Hex | A0 | 45 | BD | F | 3F | 0 | 1A | 11E | 30 | 33 |
| Octal | 240 | 105 | 275 | 17 | 77 | 0 | 32 | 436 | 60 | 63 |
| Binary | 10100000 | 1000101 | 10111101 | 1111 | 111111 | 0 | 11010 | 100011110 | 110000 | 110011 |
Color Harmonies of #A045BD
Complementary color
Monochromatic Colors of #A045BD
Black with #A045BD
Text Example
Text Example
White with #A045BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045BD; }
p { color: rgb(160,69,189); }
H1.HeaderClassName
{
color: #A045BD;
}
.AnyTagClassName
{
color: #A045BD;
}
</style>
background-color css
<style>
a { background-color: #A045BD; }
a { background-color: rgb(160,69,189); }
div.DivClassName
{
background-color: #A045BD;
}
.BgClassName
{
background-color: #A045BD;
}
</style>
border-color css
<style>
span { border-color: #A045BD; }
span { border-color: rgb(160,69,189); }
td.TdClassName
{
border-color: #A045BD;
}
.TagClassName
{
border-color: #A045BD;
}
</style>