Shades of Bouquet #A66D9A
Tints of Bouquet #A66D9A
RGB
CMYK
RGB Variations
Color information
#A66D9A (or 0xA66D9A) is known color: Bouquet. HEX triplet: A6, 6D and 9A. RGB value is (166,109,154). Sum of RGB (Red+Green+Blue) = 166+109+154=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9A is #599265. Grayscale: #838383. Windows color (decimal): -5870182 or 10120614. OLE color: 10120614.
HSL color Cylindrical-coordinate representation of color #A66D9A: hue angle of 312.63º 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 #A66D9A is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 154 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.35 |
| HSL | 312.63º | 0.24% | 0.54% | - |
| HSV(B) | 312.63º | 0.34% | 0.65% | - |
| XYZ | 27.03 | 21.38 | 33.27 | - |
| YUV | 131.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 154 | 0 | 0.34 | 0.07 | 0.35 | 312.63 | 0.24 | 0.54 |
| Hex | A6 | 6D | 9A | 0 | 22 | 7 | 23 | 139 | 18 | 36 |
| Octal | 246 | 155 | 232 | 0 | 42 | 7 | 43 | 471 | 30 | 66 |
| Binary | 10100110 | 1101101 | 10011010 | 0 | 100010 | 111 | 100011 | 100111001 | 11000 | 110110 |
Color Harmonies of #A66D9A
Complementary color
Monochromatic Colors of #A66D9A
Black with #A66D9A
Text Example
Text Example
White with #A66D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D9A; }
p { color: rgb(166,109,154); }
H1.HeaderClassName
{
color: #A66D9A;
}
.AnyTagClassName
{
color: #A66D9A;
}
</style>
background-color css
<style>
a { background-color: #A66D9A; }
a { background-color: rgb(166,109,154); }
div.DivClassName
{
background-color: #A66D9A;
}
.BgClassName
{
background-color: #A66D9A;
}
</style>
border-color css
<style>
span { border-color: #A66D9A; }
span { border-color: rgb(166,109,154); }
td.TdClassName
{
border-color: #A66D9A;
}
.TagClassName
{
border-color: #A66D9A;
}
</style>