Shades of Bouquet #A66E96
Tints of Bouquet #A66E96
RGB
CMYK
RGB Variations
Color information
#A66E96 (or 0xA66E96) is known color: Bouquet. HEX triplet: A6, 6E and 96. RGB value is (166,110,150). Sum of RGB (Red+Green+Blue) = 166+110+150=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E96 is #599169. Grayscale: #838383. Windows color (decimal): -5869930 or 9858726. OLE color: 9858726.
HSL color Cylindrical-coordinate representation of color #A66E96: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E96 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 150 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.35 |
| HSL | 317.14º | 0.24% | 0.54% | - |
| HSV(B) | 317.14º | 0.34% | 0.65% | - |
| XYZ | 26.81 | 21.46 | 31.58 | - |
| YUV | 131.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 150 | 0 | 0.34 | 0.10 | 0.35 | 317.14 | 0.24 | 0.54 |
| Hex | A6 | 6E | 96 | 0 | 22 | A | 23 | 13D | 18 | 36 |
| Octal | 246 | 156 | 226 | 0 | 42 | 12 | 43 | 475 | 30 | 66 |
| Binary | 10100110 | 1101110 | 10010110 | 0 | 100010 | 1010 | 100011 | 100111101 | 11000 | 110110 |
Color Harmonies of #A66E96
Complementary color
Monochromatic Colors of #A66E96
Black with #A66E96
Text Example
Text Example
White with #A66E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E96; }
p { color: rgb(166,110,150); }
H1.HeaderClassName
{
color: #A66E96;
}
.AnyTagClassName
{
color: #A66E96;
}
</style>
background-color css
<style>
a { background-color: #A66E96; }
a { background-color: rgb(166,110,150); }
div.DivClassName
{
background-color: #A66E96;
}
.BgClassName
{
background-color: #A66E96;
}
</style>
border-color css
<style>
span { border-color: #A66E96; }
span { border-color: rgb(166,110,150); }
td.TdClassName
{
border-color: #A66E96;
}
.TagClassName
{
border-color: #A66E96;
}
</style>