Shades of Deep Lilac #A061B8
Tints of Deep Lilac #A061B8
RGB
CMYK
RGB Variations
Color information
#A061B8 (or 0xA061B8) is known color: Deep Lilac. HEX triplet: A0, 61 and B8. RGB value is (160,97,184). Sum of RGB (Red+Green+Blue) = 160+97+184=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #A061B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061B8 is #5F9E47. Grayscale: #7D7D7D. Windows color (decimal): -6266440 or 12083616. OLE color: 12083616.
HSL color Cylindrical-coordinate representation of color #A061B8: hue angle of 283.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A061B8 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 97 | 184 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.28 |
| HSL | 283.45º | 0.38% | 0.55% | - |
| HSV(B) | 283.45º | 0.47% | 0.72% | - |
| XYZ | 27.42 | 19.48 | 47.66 | - |
| YUV | 125.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 184 | 0.13 | 0.47 | 0 | 0.28 | 283.45 | 0.38 | 0.55 |
| Hex | A0 | 61 | B8 | D | 2F | 0 | 1C | 11B | 26 | 37 |
| Octal | 240 | 141 | 270 | 15 | 57 | 0 | 34 | 433 | 46 | 67 |
| Binary | 10100000 | 1100001 | 10111000 | 1101 | 101111 | 0 | 11100 | 100011011 | 100110 | 110111 |
Color Harmonies of #A061B8
Complementary color
Monochromatic Colors of #A061B8
Black with #A061B8
Text Example
Text Example
White with #A061B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061B8; }
p { color: rgb(160,97,184); }
H1.HeaderClassName
{
color: #A061B8;
}
.AnyTagClassName
{
color: #A061B8;
}
</style>
background-color css
<style>
a { background-color: #A061B8; }
a { background-color: rgb(160,97,184); }
div.DivClassName
{
background-color: #A061B8;
}
.BgClassName
{
background-color: #A061B8;
}
</style>
border-color css
<style>
span { border-color: #A061B8; }
span { border-color: rgb(160,97,184); }
td.TdClassName
{
border-color: #A061B8;
}
.TagClassName
{
border-color: #A061B8;
}
</style>