Shades of Deep Lilac #A060B1
Tints of Deep Lilac #A060B1
RGB
CMYK
RGB Variations
Color information
#A060B1 (or 0xA060B1) is known color: Deep Lilac. HEX triplet: A0, 60 and B1. RGB value is (160,96,177). Sum of RGB (Red+Green+Blue) = 160+96+177=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #A060B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A060B1 is #5F9F4E. Grayscale: #7C7C7C. Windows color (decimal): -6266703 or 11624608. OLE color: 11624608.
HSL color Cylindrical-coordinate representation of color #A060B1: hue angle of 287.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A060B1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 96 | 177 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.31 |
| HSL | 287.41º | 0.34% | 0.54% | - |
| HSV(B) | 287.41º | 0.46% | 0.69% | - |
| XYZ | 26.62 | 19.01 | 43.86 | - |
| YUV | 124.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 177 | 0.10 | 0.46 | 0 | 0.31 | 287.41 | 0.34 | 0.54 |
| Hex | A0 | 60 | B1 | A | 2E | 0 | 1F | 11F | 22 | 36 |
| Octal | 240 | 140 | 261 | 12 | 56 | 0 | 37 | 437 | 42 | 66 |
| Binary | 10100000 | 1100000 | 10110001 | 1010 | 101110 | 0 | 11111 | 100011111 | 100010 | 110110 |
Color Harmonies of #A060B1
Complementary color
Monochromatic Colors of #A060B1
Black with #A060B1
Text Example
Text Example
White with #A060B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060B1; }
p { color: rgb(160,96,177); }
H1.HeaderClassName
{
color: #A060B1;
}
.AnyTagClassName
{
color: #A060B1;
}
</style>
background-color css
<style>
a { background-color: #A060B1; }
a { background-color: rgb(160,96,177); }
div.DivClassName
{
background-color: #A060B1;
}
.BgClassName
{
background-color: #A060B1;
}
</style>
border-color css
<style>
span { border-color: #A060B1; }
span { border-color: rgb(160,96,177); }
td.TdClassName
{
border-color: #A060B1;
}
.TagClassName
{
border-color: #A060B1;
}
</style>