Shades of Deep Lilac #A051B6
Tints of Deep Lilac #A051B6
RGB
CMYK
RGB Variations
Color information
#A051B6 (or 0xA051B6) is known color: Deep Lilac. HEX triplet: A0, 51 and B6. RGB value is (160,81,182). Sum of RGB (Red+Green+Blue) = 160+81+182=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #A051B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051B6 is #5FAE49. Grayscale: #737373. Windows color (decimal): -6270538 or 11948448. OLE color: 11948448.
HSL color Cylindrical-coordinate representation of color #A051B6: hue angle of 286.93º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A051B6 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 81 | 182 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.29 |
| HSL | 286.93º | 0.41% | 0.52% | - |
| HSV(B) | 286.93º | 0.55% | 0.71% | - |
| XYZ | 25.88 | 16.74 | 46.12 | - |
| YUV | 116.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 182 | 0.12 | 0.55 | 0 | 0.29 | 286.93 | 0.41 | 0.52 |
| Hex | A0 | 51 | B6 | C | 37 | 0 | 1D | 11F | 29 | 34 |
| Octal | 240 | 121 | 266 | 14 | 67 | 0 | 35 | 437 | 51 | 64 |
| Binary | 10100000 | 1010001 | 10110110 | 1100 | 110111 | 0 | 11101 | 100011111 | 101001 | 110100 |
Color Harmonies of #A051B6
Complementary color
Monochromatic Colors of #A051B6
Black with #A051B6
Text Example
Text Example
White with #A051B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051B6; }
p { color: rgb(160,81,182); }
H1.HeaderClassName
{
color: #A051B6;
}
.AnyTagClassName
{
color: #A051B6;
}
</style>
background-color css
<style>
a { background-color: #A051B6; }
a { background-color: rgb(160,81,182); }
div.DivClassName
{
background-color: #A051B6;
}
.BgClassName
{
background-color: #A051B6;
}
</style>
border-color css
<style>
span { border-color: #A051B6; }
span { border-color: rgb(160,81,182); }
td.TdClassName
{
border-color: #A051B6;
}
.TagClassName
{
border-color: #A051B6;
}
</style>