Shades of Bouquet #A6839C
Tints of Bouquet #A6839C
RGB
CMYK
RGB Variations
Color information
#A6839C (or 0xA6839C) is known color: Bouquet. HEX triplet: A6, 83 and 9C. RGB value is (166,131,156). Sum of RGB (Red+Green+Blue) = 166+131+156=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6839C is #597C63. Grayscale: #909090. Windows color (decimal): -5864548 or 10257318. OLE color: 10257318.
HSL color Cylindrical-coordinate representation of color #A6839C: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6839C is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 156 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.35 |
| HSL | 317.14º | 0.16% | 0.58% | - |
| HSV(B) | 317.14º | 0.21% | 0.65% | - |
| XYZ | 29.84 | 26.74 | 35.04 | - |
| YUV | 144.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 156 | 0 | 0.21 | 0.06 | 0.35 | 317.14 | 0.16 | 0.58 |
| Hex | A6 | 83 | 9C | 0 | 15 | 6 | 23 | 13D | 10 | 3A |
| Octal | 246 | 203 | 234 | 0 | 25 | 6 | 43 | 475 | 20 | 72 |
| Binary | 10100110 | 10000011 | 10011100 | 0 | 10101 | 110 | 100011 | 100111101 | 10000 | 111010 |
Color Harmonies of #A6839C
Complementary color
Monochromatic Colors of #A6839C
Black with #A6839C
Text Example
Text Example
White with #A6839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6839C; }
p { color: rgb(166,131,156); }
H1.HeaderClassName
{
color: #A6839C;
}
.AnyTagClassName
{
color: #A6839C;
}
</style>
background-color css
<style>
a { background-color: #A6839C; }
a { background-color: rgb(166,131,156); }
div.DivClassName
{
background-color: #A6839C;
}
.BgClassName
{
background-color: #A6839C;
}
</style>
border-color css
<style>
span { border-color: #A6839C; }
span { border-color: rgb(166,131,156); }
td.TdClassName
{
border-color: #A6839C;
}
.TagClassName
{
border-color: #A6839C;
}
</style>