Shades of Deep Lilac #A65CB5
Tints of Deep Lilac #A65CB5
RGB
CMYK
RGB Variations
Color information
#A65CB5 (or 0xA65CB5) is known color: Deep Lilac. HEX triplet: A6, 5C and B5. RGB value is (166,92,181). Sum of RGB (Red+Green+Blue) = 166+92+181=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #A65CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CB5 is #59A34A. Grayscale: #7B7B7B. Windows color (decimal): -5874507 or 11885734. OLE color: 11885734.
HSL color Cylindrical-coordinate representation of color #A65CB5: hue angle of 289.89º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65CB5 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 92 | 181 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.29 |
| HSL | 289.89º | 0.38% | 0.54% | - |
| HSV(B) | 289.89º | 0.49% | 0.71% | - |
| XYZ | 27.89 | 19.1 | 45.93 | - |
| YUV | 124.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 181 | 0.08 | 0.49 | 0 | 0.29 | 289.89 | 0.38 | 0.54 |
| Hex | A6 | 5C | B5 | 8 | 31 | 0 | 1D | 122 | 26 | 36 |
| Octal | 246 | 134 | 265 | 10 | 61 | 0 | 35 | 442 | 46 | 66 |
| Binary | 10100110 | 1011100 | 10110101 | 1000 | 110001 | 0 | 11101 | 100100010 | 100110 | 110110 |
Color Harmonies of #A65CB5
Complementary color
Monochromatic Colors of #A65CB5
Black with #A65CB5
Text Example
Text Example
White with #A65CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CB5; }
p { color: rgb(166,92,181); }
H1.HeaderClassName
{
color: #A65CB5;
}
.AnyTagClassName
{
color: #A65CB5;
}
</style>
background-color css
<style>
a { background-color: #A65CB5; }
a { background-color: rgb(166,92,181); }
div.DivClassName
{
background-color: #A65CB5;
}
.BgClassName
{
background-color: #A65CB5;
}
</style>
border-color css
<style>
span { border-color: #A65CB5; }
span { border-color: rgb(166,92,181); }
td.TdClassName
{
border-color: #A65CB5;
}
.TagClassName
{
border-color: #A65CB5;
}
</style>