Shades of Deep Lilac #A65FBC
Tints of Deep Lilac #A65FBC
RGB
CMYK
RGB Variations
Color information
#A65FBC (or 0xA65FBC) is known color: Deep Lilac. HEX triplet: A6, 5F and BC. RGB value is (166,95,188). Sum of RGB (Red+Green+Blue) = 166+95+188=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A65FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FBC is #59A043. Grayscale: #7E7E7E. Windows color (decimal): -5873732 or 12345254. OLE color: 12345254.
HSL color Cylindrical-coordinate representation of color #A65FBC: hue angle of 285.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65FBC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 95 | 188 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.26 |
| HSL | 285.81º | 0.41% | 0.55% | - |
| HSV(B) | 285.81º | 0.49% | 0.74% | - |
| XYZ | 28.9 | 19.92 | 49.9 | - |
| YUV | 126.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 188 | 0.12 | 0.49 | 0 | 0.26 | 285.81 | 0.41 | 0.55 |
| Hex | A6 | 5F | BC | C | 31 | 0 | 1A | 11E | 29 | 37 |
| Octal | 246 | 137 | 274 | 14 | 61 | 0 | 32 | 436 | 51 | 67 |
| Binary | 10100110 | 1011111 | 10111100 | 1100 | 110001 | 0 | 11010 | 100011110 | 101001 | 110111 |
Color Harmonies of #A65FBC
Complementary color
Monochromatic Colors of #A65FBC
Black with #A65FBC
Text Example
Text Example
White with #A65FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FBC; }
p { color: rgb(166,95,188); }
H1.HeaderClassName
{
color: #A65FBC;
}
.AnyTagClassName
{
color: #A65FBC;
}
</style>
background-color css
<style>
a { background-color: #A65FBC; }
a { background-color: rgb(166,95,188); }
div.DivClassName
{
background-color: #A65FBC;
}
.BgClassName
{
background-color: #A65FBC;
}
</style>
border-color css
<style>
span { border-color: #A65FBC; }
span { border-color: rgb(166,95,188); }
td.TdClassName
{
border-color: #A65FBC;
}
.TagClassName
{
border-color: #A65FBC;
}
</style>