Shades of Deep Lilac #A65BBC
Tints of Deep Lilac #A65BBC
RGB
CMYK
RGB Variations
Color information
#A65BBC (or 0xA65BBC) is known color: Deep Lilac. HEX triplet: A6, 5B and BC. RGB value is (166,91,188). Sum of RGB (Red+Green+Blue) = 166+91+188=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A65BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BBC is #59A443. Grayscale: #7C7C7C. Windows color (decimal): -5874756 or 12344230. OLE color: 12344230.
HSL color Cylindrical-coordinate representation of color #A65BBC: hue angle of 286.39º degrees, saturation: 0.42, 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 #A65BBC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 91 | 188 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.26 |
| HSL | 286.39º | 0.42% | 0.55% | - |
| HSV(B) | 286.39º | 0.52% | 0.74% | - |
| XYZ | 28.54 | 19.22 | 49.78 | - |
| YUV | 124.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 188 | 0.12 | 0.52 | 0 | 0.26 | 286.39 | 0.42 | 0.55 |
| Hex | A6 | 5B | BC | C | 34 | 0 | 1A | 11E | 2A | 37 |
| Octal | 246 | 133 | 274 | 14 | 64 | 0 | 32 | 436 | 52 | 67 |
| Binary | 10100110 | 1011011 | 10111100 | 1100 | 110100 | 0 | 11010 | 100011110 | 101010 | 110111 |
Color Harmonies of #A65BBC
Complementary color
Monochromatic Colors of #A65BBC
Black with #A65BBC
Text Example
Text Example
White with #A65BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BBC; }
p { color: rgb(166,91,188); }
H1.HeaderClassName
{
color: #A65BBC;
}
.AnyTagClassName
{
color: #A65BBC;
}
</style>
background-color css
<style>
a { background-color: #A65BBC; }
a { background-color: rgb(166,91,188); }
div.DivClassName
{
background-color: #A65BBC;
}
.BgClassName
{
background-color: #A65BBC;
}
</style>
border-color css
<style>
span { border-color: #A65BBC; }
span { border-color: rgb(166,91,188); }
td.TdClassName
{
border-color: #A65BBC;
}
.TagClassName
{
border-color: #A65BBC;
}
</style>