Shades of Deep Lilac #A65ABD
Tints of Deep Lilac #A65ABD
RGB
CMYK
RGB Variations
Color information
#A65ABD (or 0xA65ABD) is known color: Deep Lilac. HEX triplet: A6, 5A and BD. RGB value is (166,90,189). Sum of RGB (Red+Green+Blue) = 166+90+189=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A65ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ABD is #59A542. Grayscale: #7B7B7B. Windows color (decimal): -5875011 or 12409510. OLE color: 12409510.
HSL color Cylindrical-coordinate representation of color #A65ABD: hue angle of 286.06º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65ABD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 90 | 189 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.26 |
| HSL | 286.06º | 0.43% | 0.55% | - |
| HSV(B) | 286.06º | 0.52% | 0.74% | - |
| XYZ | 28.57 | 19.09 | 50.32 | - |
| YUV | 124.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 189 | 0.12 | 0.52 | 0 | 0.26 | 286.06 | 0.43 | 0.55 |
| Hex | A6 | 5A | BD | C | 34 | 0 | 1A | 11E | 2B | 37 |
| Octal | 246 | 132 | 275 | 14 | 64 | 0 | 32 | 436 | 53 | 67 |
| Binary | 10100110 | 1011010 | 10111101 | 1100 | 110100 | 0 | 11010 | 100011110 | 101011 | 110111 |
Color Harmonies of #A65ABD
Complementary color
Monochromatic Colors of #A65ABD
Black with #A65ABD
Text Example
Text Example
White with #A65ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ABD; }
p { color: rgb(166,90,189); }
H1.HeaderClassName
{
color: #A65ABD;
}
.AnyTagClassName
{
color: #A65ABD;
}
</style>
background-color css
<style>
a { background-color: #A65ABD; }
a { background-color: rgb(166,90,189); }
div.DivClassName
{
background-color: #A65ABD;
}
.BgClassName
{
background-color: #A65ABD;
}
</style>
border-color css
<style>
span { border-color: #A65ABD; }
span { border-color: rgb(166,90,189); }
td.TdClassName
{
border-color: #A65ABD;
}
.TagClassName
{
border-color: #A65ABD;
}
</style>