Shades of Deep Lilac #A660BE
Tints of Deep Lilac #A660BE
RGB
CMYK
RGB Variations
Color information
#A660BE (or 0xA660BE) is known color: Deep Lilac. HEX triplet: A6, 60 and BE. RGB value is (166,96,190). Sum of RGB (Red+Green+Blue) = 166+96+190=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A660BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660BE is #599F41. Grayscale: #7F7F7F. Windows color (decimal): -5873474 or 12476582. OLE color: 12476582.
HSL color Cylindrical-coordinate representation of color #A660BE: hue angle of 284.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A660BE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 96 | 190 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.25 |
| HSL | 284.68º | 0.42% | 0.56% | - |
| HSV(B) | 284.68º | 0.49% | 0.75% | - |
| XYZ | 29.2 | 20.19 | 51.07 | - |
| YUV | 127.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 190 | 0.13 | 0.49 | 0 | 0.25 | 284.68 | 0.42 | 0.56 |
| Hex | A6 | 60 | BE | D | 31 | 0 | 19 | 11D | 2A | 38 |
| Octal | 246 | 140 | 276 | 15 | 61 | 0 | 31 | 435 | 52 | 70 |
| Binary | 10100110 | 1100000 | 10111110 | 1101 | 110001 | 0 | 11001 | 100011101 | 101010 | 111000 |
Color Harmonies of #A660BE
Complementary color
Monochromatic Colors of #A660BE
Black with #A660BE
Text Example
Text Example
White with #A660BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660BE; }
p { color: rgb(166,96,190); }
H1.HeaderClassName
{
color: #A660BE;
}
.AnyTagClassName
{
color: #A660BE;
}
</style>
background-color css
<style>
a { background-color: #A660BE; }
a { background-color: rgb(166,96,190); }
div.DivClassName
{
background-color: #A660BE;
}
.BgClassName
{
background-color: #A660BE;
}
</style>
border-color css
<style>
span { border-color: #A660BE; }
span { border-color: rgb(166,96,190); }
td.TdClassName
{
border-color: #A660BE;
}
.TagClassName
{
border-color: #A660BE;
}
</style>