Shades of Bouquet #A6829C
Tints of Bouquet #A6829C
RGB
CMYK
RGB Variations
Color information
#A6829C (or 0xA6829C) is known color: Bouquet. HEX triplet: A6, 82 and 9C. RGB value is (166,130,156). Sum of RGB (Red+Green+Blue) = 166+130+156=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6829C is #597D63. Grayscale: #8F8F8F. Windows color (decimal): -5864804 or 10257062. OLE color: 10257062.
HSL color Cylindrical-coordinate representation of color #A6829C: hue angle of 316.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6829C is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 156 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.35 |
| HSL | 316.67º | 0.17% | 0.58% | - |
| HSV(B) | 316.67º | 0.22% | 0.65% | - |
| XYZ | 29.71 | 26.47 | 35 | - |
| YUV | 143.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 156 | 0 | 0.22 | 0.06 | 0.35 | 316.67 | 0.17 | 0.58 |
| Hex | A6 | 82 | 9C | 0 | 16 | 6 | 23 | 13D | 11 | 3A |
| Octal | 246 | 202 | 234 | 0 | 26 | 6 | 43 | 475 | 21 | 72 |
| Binary | 10100110 | 10000010 | 10011100 | 0 | 10110 | 110 | 100011 | 100111101 | 10001 | 111010 |
Color Harmonies of #A6829C
Complementary color
Monochromatic Colors of #A6829C
Black with #A6829C
Text Example
Text Example
White with #A6829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6829C; }
p { color: rgb(166,130,156); }
H1.HeaderClassName
{
color: #A6829C;
}
.AnyTagClassName
{
color: #A6829C;
}
</style>
background-color css
<style>
a { background-color: #A6829C; }
a { background-color: rgb(166,130,156); }
div.DivClassName
{
background-color: #A6829C;
}
.BgClassName
{
background-color: #A6829C;
}
</style>
border-color css
<style>
span { border-color: #A6829C; }
span { border-color: rgb(166,130,156); }
td.TdClassName
{
border-color: #A6829C;
}
.TagClassName
{
border-color: #A6829C;
}
</style>