Shades of Deep Lilac #A766B9
Tints of Deep Lilac #A766B9
RGB
CMYK
RGB Variations
Color information
#A766B9 (or 0xA766B9) is known color: Deep Lilac. HEX triplet: A7, 66 and B9. RGB value is (167,102,185). Sum of RGB (Red+Green+Blue) = 167+102+185=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #A766B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766B9 is #589946. Grayscale: #828282. Windows color (decimal): -5806407 or 12150439. OLE color: 12150439.
HSL color Cylindrical-coordinate representation of color #A766B9: hue angle of 286.99º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A766B9 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 102 | 185 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.27 |
| HSL | 286.99º | 0.37% | 0.56% | - |
| HSV(B) | 286.99º | 0.45% | 0.73% | - |
| XYZ | 29.44 | 21.22 | 48.44 | - |
| YUV | 130.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 185 | 0.10 | 0.45 | 0 | 0.27 | 286.99 | 0.37 | 0.56 |
| Hex | A7 | 66 | B9 | A | 2D | 0 | 1B | 11F | 25 | 38 |
| Octal | 247 | 146 | 271 | 12 | 55 | 0 | 33 | 437 | 45 | 70 |
| Binary | 10100111 | 1100110 | 10111001 | 1010 | 101101 | 0 | 11011 | 100011111 | 100101 | 111000 |
Color Harmonies of #A766B9
Complementary color
Monochromatic Colors of #A766B9
Black with #A766B9
Text Example
Text Example
White with #A766B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A766B9; }
p { color: rgb(167,102,185); }
H1.HeaderClassName
{
color: #A766B9;
}
.AnyTagClassName
{
color: #A766B9;
}
</style>
background-color css
<style>
a { background-color: #A766B9; }
a { background-color: rgb(167,102,185); }
div.DivClassName
{
background-color: #A766B9;
}
.BgClassName
{
background-color: #A766B9;
}
</style>
border-color css
<style>
span { border-color: #A766B9; }
span { border-color: rgb(167,102,185); }
td.TdClassName
{
border-color: #A766B9;
}
.TagClassName
{
border-color: #A766B9;
}
</style>