Shades of Deep Lilac #A061B2
Tints of Deep Lilac #A061B2
RGB
CMYK
RGB Variations
Color information
#A061B2 (or 0xA061B2) is known color: Deep Lilac. HEX triplet: A0, 61 and B2. RGB value is (160,97,178). Sum of RGB (Red+Green+Blue) = 160+97+178=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #A061B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A061B2 is #5F9E4D. Grayscale: #7C7C7C. Windows color (decimal): -6266446 or 11690400. OLE color: 11690400.
HSL color Cylindrical-coordinate representation of color #A061B2: hue angle of 286.67º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A061B2 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 97 | 178 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.30 |
| HSL | 286.67º | 0.34% | 0.54% | - |
| HSV(B) | 286.67º | 0.46% | 0.7% | - |
| XYZ | 26.81 | 19.24 | 44.42 | - |
| YUV | 125.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 178 | 0.10 | 0.46 | 0 | 0.30 | 286.67 | 0.34 | 0.54 |
| Hex | A0 | 61 | B2 | A | 2E | 0 | 1E | 11F | 22 | 36 |
| Octal | 240 | 141 | 262 | 12 | 56 | 0 | 36 | 437 | 42 | 66 |
| Binary | 10100000 | 1100001 | 10110010 | 1010 | 101110 | 0 | 11110 | 100011111 | 100010 | 110110 |
Color Harmonies of #A061B2
Complementary color
Monochromatic Colors of #A061B2
Black with #A061B2
Text Example
Text Example
White with #A061B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061B2; }
p { color: rgb(160,97,178); }
H1.HeaderClassName
{
color: #A061B2;
}
.AnyTagClassName
{
color: #A061B2;
}
</style>
background-color css
<style>
a { background-color: #A061B2; }
a { background-color: rgb(160,97,178); }
div.DivClassName
{
background-color: #A061B2;
}
.BgClassName
{
background-color: #A061B2;
}
</style>
border-color css
<style>
span { border-color: #A061B2; }
span { border-color: rgb(160,97,178); }
td.TdClassName
{
border-color: #A061B2;
}
.TagClassName
{
border-color: #A061B2;
}
</style>