Shades of Bouquet #A6829F
Tints of Bouquet #A6829F
RGB
CMYK
RGB Variations
Color information
#A6829F (or 0xA6829F) is known color: Bouquet. HEX triplet: A6, 82 and 9F. RGB value is (166,130,159). Sum of RGB (Red+Green+Blue) = 166+130+159=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6829F is #597D60. Grayscale: #8F8F8F. Windows color (decimal): -5864801 or 10453670. OLE color: 10453670.
HSL color Cylindrical-coordinate representation of color #A6829F: hue angle of 311.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 #A6829F is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 159 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.35 |
| HSL | 311.67º | 0.17% | 0.58% | - |
| HSV(B) | 311.67º | 0.22% | 0.65% | - |
| XYZ | 29.97 | 26.58 | 36.35 | - |
| YUV | 144.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 159 | 0 | 0.22 | 0.04 | 0.35 | 311.67 | 0.17 | 0.58 |
| Hex | A6 | 82 | 9F | 0 | 16 | 4 | 23 | 138 | 11 | 3A |
| Octal | 246 | 202 | 237 | 0 | 26 | 4 | 43 | 470 | 21 | 72 |
| Binary | 10100110 | 10000010 | 10011111 | 0 | 10110 | 100 | 100011 | 100111000 | 10001 | 111010 |
Color Harmonies of #A6829F
Complementary color
Monochromatic Colors of #A6829F
Black with #A6829F
Text Example
Text Example
White with #A6829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6829F; }
p { color: rgb(166,130,159); }
H1.HeaderClassName
{
color: #A6829F;
}
.AnyTagClassName
{
color: #A6829F;
}
</style>
background-color css
<style>
a { background-color: #A6829F; }
a { background-color: rgb(166,130,159); }
div.DivClassName
{
background-color: #A6829F;
}
.BgClassName
{
background-color: #A6829F;
}
</style>
border-color css
<style>
span { border-color: #A6829F; }
span { border-color: rgb(166,130,159); }
td.TdClassName
{
border-color: #A6829F;
}
.TagClassName
{
border-color: #A6829F;
}
</style>