Shades of Deep Lilac #A65ABF
Tints of Deep Lilac #A65ABF
RGB
CMYK
RGB Variations
Color information
#A65ABF (or 0xA65ABF) is known color: Deep Lilac. HEX triplet: A6, 5A and BF. RGB value is (166,90,191). Sum of RGB (Red+Green+Blue) = 166+90+191=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #A65ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ABF is #59A540. Grayscale: #7B7B7B. Windows color (decimal): -5875009 or 12540582. OLE color: 12540582.
HSL color Cylindrical-coordinate representation of color #A65ABF: hue angle of 285.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A65ABF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 90 | 191 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.25 |
| HSL | 285.15º | 0.44% | 0.55% | - |
| HSV(B) | 285.15º | 0.53% | 0.75% | - |
| XYZ | 28.79 | 19.18 | 51.48 | - |
| YUV | 124.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 191 | 0.13 | 0.53 | 0 | 0.25 | 285.15 | 0.44 | 0.55 |
| Hex | A6 | 5A | BF | D | 35 | 0 | 19 | 11D | 2C | 37 |
| Octal | 246 | 132 | 277 | 15 | 65 | 0 | 31 | 435 | 54 | 67 |
| Binary | 10100110 | 1011010 | 10111111 | 1101 | 110101 | 0 | 11001 | 100011101 | 101100 | 110111 |
Color Harmonies of #A65ABF
Complementary color
Monochromatic Colors of #A65ABF
Black with #A65ABF
Text Example
Text Example
White with #A65ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ABF; }
p { color: rgb(166,90,191); }
H1.HeaderClassName
{
color: #A65ABF;
}
.AnyTagClassName
{
color: #A65ABF;
}
</style>
background-color css
<style>
a { background-color: #A65ABF; }
a { background-color: rgb(166,90,191); }
div.DivClassName
{
background-color: #A65ABF;
}
.BgClassName
{
background-color: #A65ABF;
}
</style>
border-color css
<style>
span { border-color: #A65ABF; }
span { border-color: rgb(166,90,191); }
td.TdClassName
{
border-color: #A65ABF;
}
.TagClassName
{
border-color: #A65ABF;
}
</style>