Shades of Deep Lilac #A045B6
Tints of Deep Lilac #A045B6
RGB
CMYK
RGB Variations
Color information
#A045B6 (or 0xA045B6) is known color: Deep Lilac. HEX triplet: A0, 45 and B6. RGB value is (160,69,182). Sum of RGB (Red+Green+Blue) = 160+69+182=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #A045B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045B6 is #5FBA49. Grayscale: #6C6C6C. Windows color (decimal): -6273610 or 11945376. OLE color: 11945376.
HSL color Cylindrical-coordinate representation of color #A045B6: hue angle of 288.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A045B6 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 69 | 182 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.29 |
| HSL | 288.32º | 0.45% | 0.49% | - |
| HSV(B) | 288.32º | 0.62% | 0.71% | - |
| XYZ | 25.07 | 15.11 | 45.85 | - |
| YUV | 109.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 182 | 0.12 | 0.62 | 0 | 0.29 | 288.32 | 0.45 | 0.49 |
| Hex | A0 | 45 | B6 | C | 3E | 0 | 1D | 120 | 2D | 31 |
| Octal | 240 | 105 | 266 | 14 | 76 | 0 | 35 | 440 | 55 | 61 |
| Binary | 10100000 | 1000101 | 10110110 | 1100 | 111110 | 0 | 11101 | 100100000 | 101101 | 110001 |
Color Harmonies of #A045B6
Complementary color
Monochromatic Colors of #A045B6
Black with #A045B6
Text Example
Text Example
White with #A045B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045B6; }
p { color: rgb(160,69,182); }
H1.HeaderClassName
{
color: #A045B6;
}
.AnyTagClassName
{
color: #A045B6;
}
</style>
background-color css
<style>
a { background-color: #A045B6; }
a { background-color: rgb(160,69,182); }
div.DivClassName
{
background-color: #A045B6;
}
.BgClassName
{
background-color: #A045B6;
}
</style>
border-color css
<style>
span { border-color: #A045B6; }
span { border-color: rgb(160,69,182); }
td.TdClassName
{
border-color: #A045B6;
}
.TagClassName
{
border-color: #A045B6;
}
</style>