Shades of Deep Lilac #A766BD
Tints of Deep Lilac #A766BD
RGB
CMYK
RGB Variations
Color information
#A766BD (or 0xA766BD) is known color: Deep Lilac. HEX triplet: A7, 66 and BD. RGB value is (167,102,189). Sum of RGB (Red+Green+Blue) = 167+102+189=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #A766BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766BD is #589942. Grayscale: #838383. Windows color (decimal): -5806403 or 12412583. OLE color: 12412583.
HSL color Cylindrical-coordinate representation of color #A766BD: hue angle of 284.83º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A766BD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 102 | 189 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.26 |
| HSL | 284.83º | 0.4% | 0.57% | - |
| HSV(B) | 284.83º | 0.46% | 0.74% | - |
| XYZ | 29.87 | 21.39 | 50.7 | - |
| YUV | 131.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 189 | 0.12 | 0.46 | 0 | 0.26 | 284.83 | 0.4 | 0.57 |
| Hex | A7 | 66 | BD | C | 2E | 0 | 1A | 11D | 28 | 39 |
| Octal | 247 | 146 | 275 | 14 | 56 | 0 | 32 | 435 | 50 | 71 |
| Binary | 10100111 | 1100110 | 10111101 | 1100 | 101110 | 0 | 11010 | 100011101 | 101000 | 111001 |
Color Harmonies of #A766BD
Complementary color
Monochromatic Colors of #A766BD
Black with #A766BD
Text Example
Text Example
White with #A766BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A766BD; }
p { color: rgb(167,102,189); }
H1.HeaderClassName
{
color: #A766BD;
}
.AnyTagClassName
{
color: #A766BD;
}
</style>
background-color css
<style>
a { background-color: #A766BD; }
a { background-color: rgb(167,102,189); }
div.DivClassName
{
background-color: #A766BD;
}
.BgClassName
{
background-color: #A766BD;
}
</style>
border-color css
<style>
span { border-color: #A766BD; }
span { border-color: rgb(167,102,189); }
td.TdClassName
{
border-color: #A766BD;
}
.TagClassName
{
border-color: #A766BD;
}
</style>