Shades of Bouquet #A6829E
Tints of Bouquet #A6829E
RGB
CMYK
RGB Variations
Color information
#A6829E (or 0xA6829E) is known color: Bouquet. HEX triplet: A6, 82 and 9E. RGB value is (166,130,158). Sum of RGB (Red+Green+Blue) = 166+130+158=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6829E is #597D61. Grayscale: #8F8F8F. Windows color (decimal): -5864802 or 10388134. OLE color: 10388134.
HSL color Cylindrical-coordinate representation of color #A6829E: hue angle of 313.33º 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 #A6829E is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 158 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.35 |
| HSL | 313.33º | 0.17% | 0.58% | - |
| HSV(B) | 313.33º | 0.22% | 0.65% | - |
| XYZ | 29.88 | 26.54 | 35.9 | - |
| YUV | 143.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 158 | 0 | 0.22 | 0.05 | 0.35 | 313.33 | 0.17 | 0.58 |
| Hex | A6 | 82 | 9E | 0 | 16 | 5 | 23 | 139 | 11 | 3A |
| Octal | 246 | 202 | 236 | 0 | 26 | 5 | 43 | 471 | 21 | 72 |
| Binary | 10100110 | 10000010 | 10011110 | 0 | 10110 | 101 | 100011 | 100111001 | 10001 | 111010 |
Color Harmonies of #A6829E
Complementary color
Monochromatic Colors of #A6829E
Black with #A6829E
Text Example
Text Example
White with #A6829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6829E; }
p { color: rgb(166,130,158); }
H1.HeaderClassName
{
color: #A6829E;
}
.AnyTagClassName
{
color: #A6829E;
}
</style>
background-color css
<style>
a { background-color: #A6829E; }
a { background-color: rgb(166,130,158); }
div.DivClassName
{
background-color: #A6829E;
}
.BgClassName
{
background-color: #A6829E;
}
</style>
border-color css
<style>
span { border-color: #A6829E; }
span { border-color: rgb(166,130,158); }
td.TdClassName
{
border-color: #A6829E;
}
.TagClassName
{
border-color: #A6829E;
}
</style>