Shades of Deep Lilac #A65ABE
Tints of Deep Lilac #A65ABE
RGB
CMYK
RGB Variations
Color information
#A65ABE (or 0xA65ABE) is known color: Deep Lilac. HEX triplet: A6, 5A and BE. RGB value is (166,90,190). Sum of RGB (Red+Green+Blue) = 166+90+190=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A65ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ABE is #59A541. Grayscale: #7B7B7B. Windows color (decimal): -5875010 or 12475046. OLE color: 12475046.
HSL color Cylindrical-coordinate representation of color #A65ABE: hue angle of 285.6º degrees, saturation: 0.43, 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 #A65ABE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 90 | 190 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.25 |
| HSL | 285.6º | 0.43% | 0.55% | - |
| HSV(B) | 285.6º | 0.53% | 0.75% | - |
| XYZ | 28.68 | 19.14 | 50.9 | - |
| YUV | 124.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 190 | 0.13 | 0.53 | 0 | 0.25 | 285.6 | 0.43 | 0.55 |
| Hex | A6 | 5A | BE | D | 35 | 0 | 19 | 11E | 2B | 37 |
| Octal | 246 | 132 | 276 | 15 | 65 | 0 | 31 | 436 | 53 | 67 |
| Binary | 10100110 | 1011010 | 10111110 | 1101 | 110101 | 0 | 11001 | 100011110 | 101011 | 110111 |
Color Harmonies of #A65ABE
Complementary color
Monochromatic Colors of #A65ABE
Black with #A65ABE
Text Example
Text Example
White with #A65ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ABE; }
p { color: rgb(166,90,190); }
H1.HeaderClassName
{
color: #A65ABE;
}
.AnyTagClassName
{
color: #A65ABE;
}
</style>
background-color css
<style>
a { background-color: #A65ABE; }
a { background-color: rgb(166,90,190); }
div.DivClassName
{
background-color: #A65ABE;
}
.BgClassName
{
background-color: #A65ABE;
}
</style>
border-color css
<style>
span { border-color: #A65ABE; }
span { border-color: rgb(166,90,190); }
td.TdClassName
{
border-color: #A65ABE;
}
.TagClassName
{
border-color: #A65ABE;
}
</style>