Shades of Deep Lilac #A658BB
Tints of Deep Lilac #A658BB
RGB
CMYK
RGB Variations
Color information
#A658BB (or 0xA658BB) is known color: Deep Lilac. HEX triplet: A6, 58 and BB. RGB value is (166,88,187). Sum of RGB (Red+Green+Blue) = 166+88+187=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #A658BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658BB is #59A744. Grayscale: #7A7A7A. Windows color (decimal): -5875525 or 12277926. OLE color: 12277926.
HSL color Cylindrical-coordinate representation of color #A658BB: hue angle of 287.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A658BB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 88 | 187 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.27 |
| HSL | 287.27º | 0.42% | 0.54% | - |
| HSV(B) | 287.27º | 0.53% | 0.73% | - |
| XYZ | 28.19 | 18.67 | 49.13 | - |
| YUV | 122.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 187 | 0.11 | 0.53 | 0 | 0.27 | 287.27 | 0.42 | 0.54 |
| Hex | A6 | 58 | BB | B | 35 | 0 | 1B | 11F | 2A | 36 |
| Octal | 246 | 130 | 273 | 13 | 65 | 0 | 33 | 437 | 52 | 66 |
| Binary | 10100110 | 1011000 | 10111011 | 1011 | 110101 | 0 | 11011 | 100011111 | 101010 | 110110 |
Color Harmonies of #A658BB
Complementary color
Monochromatic Colors of #A658BB
Black with #A658BB
Text Example
Text Example
White with #A658BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658BB; }
p { color: rgb(166,88,187); }
H1.HeaderClassName
{
color: #A658BB;
}
.AnyTagClassName
{
color: #A658BB;
}
</style>
background-color css
<style>
a { background-color: #A658BB; }
a { background-color: rgb(166,88,187); }
div.DivClassName
{
background-color: #A658BB;
}
.BgClassName
{
background-color: #A658BB;
}
</style>
border-color css
<style>
span { border-color: #A658BB; }
span { border-color: rgb(166,88,187); }
td.TdClassName
{
border-color: #A658BB;
}
.TagClassName
{
border-color: #A658BB;
}
</style>