Shades of Deep Lilac #A65AB9
Tints of Deep Lilac #A65AB9
RGB
CMYK
RGB Variations
Color information
#A65AB9 (or 0xA65AB9) is known color: Deep Lilac. HEX triplet: A6, 5A and B9. RGB value is (166,90,185). Sum of RGB (Red+Green+Blue) = 166+90+185=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #A65AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65AB9 is #59A546. Grayscale: #7B7B7B. Windows color (decimal): -5875015 or 12147366. OLE color: 12147366.
HSL color Cylindrical-coordinate representation of color #A65AB9: hue angle of 288º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65AB9 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 90 | 185 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.27 |
| HSL | 288º | 0.4% | 0.54% | - |
| HSV(B) | 288º | 0.51% | 0.73% | - |
| XYZ | 28.14 | 18.92 | 48.07 | - |
| YUV | 123.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 185 | 0.10 | 0.51 | 0 | 0.27 | 288 | 0.4 | 0.54 |
| Hex | A6 | 5A | B9 | A | 33 | 0 | 1B | 120 | 28 | 36 |
| Octal | 246 | 132 | 271 | 12 | 63 | 0 | 33 | 440 | 50 | 66 |
| Binary | 10100110 | 1011010 | 10111001 | 1010 | 110011 | 0 | 11011 | 100100000 | 101000 | 110110 |
Color Harmonies of #A65AB9
Complementary color
Monochromatic Colors of #A65AB9
Black with #A65AB9
Text Example
Text Example
White with #A65AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AB9; }
p { color: rgb(166,90,185); }
H1.HeaderClassName
{
color: #A65AB9;
}
.AnyTagClassName
{
color: #A65AB9;
}
</style>
background-color css
<style>
a { background-color: #A65AB9; }
a { background-color: rgb(166,90,185); }
div.DivClassName
{
background-color: #A65AB9;
}
.BgClassName
{
background-color: #A65AB9;
}
</style>
border-color css
<style>
span { border-color: #A65AB9; }
span { border-color: rgb(166,90,185); }
td.TdClassName
{
border-color: #A65AB9;
}
.TagClassName
{
border-color: #A65AB9;
}
</style>