Shades of Deep Lilac #A65BB5
Tints of Deep Lilac #A65BB5
RGB
CMYK
RGB Variations
Color information
#A65BB5 (or 0xA65BB5) is known color: Deep Lilac. HEX triplet: A6, 5B and B5. RGB value is (166,91,181). Sum of RGB (Red+Green+Blue) = 166+91+181=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #A65BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BB5 is #59A44A. Grayscale: #7B7B7B. Windows color (decimal): -5874763 or 11885478. OLE color: 11885478.
HSL color Cylindrical-coordinate representation of color #A65BB5: hue angle of 290º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65BB5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 91 | 181 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.29 |
| HSL | 290º | 0.38% | 0.53% | - |
| HSV(B) | 290º | 0.5% | 0.71% | - |
| XYZ | 27.81 | 18.93 | 45.9 | - |
| YUV | 123.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 181 | 0.08 | 0.50 | 0 | 0.29 | 290 | 0.38 | 0.53 |
| Hex | A6 | 5B | B5 | 8 | 32 | 0 | 1D | 122 | 26 | 35 |
| Octal | 246 | 133 | 265 | 10 | 62 | 0 | 35 | 442 | 46 | 65 |
| Binary | 10100110 | 1011011 | 10110101 | 1000 | 110010 | 0 | 11101 | 100100010 | 100110 | 110101 |
Color Harmonies of #A65BB5
Complementary color
Monochromatic Colors of #A65BB5
Black with #A65BB5
Text Example
Text Example
White with #A65BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BB5; }
p { color: rgb(166,91,181); }
H1.HeaderClassName
{
color: #A65BB5;
}
.AnyTagClassName
{
color: #A65BB5;
}
</style>
background-color css
<style>
a { background-color: #A65BB5; }
a { background-color: rgb(166,91,181); }
div.DivClassName
{
background-color: #A65BB5;
}
.BgClassName
{
background-color: #A65BB5;
}
</style>
border-color css
<style>
span { border-color: #A65BB5; }
span { border-color: rgb(166,91,181); }
td.TdClassName
{
border-color: #A65BB5;
}
.TagClassName
{
border-color: #A65BB5;
}
</style>