Shades of Bouquet #A6879D
Tints of Bouquet #A6879D
RGB
CMYK
RGB Variations
Color information
#A6879D (or 0xA6879D) is known color: Bouquet. HEX triplet: A6, 87 and 9D. RGB value is (166,135,157). Sum of RGB (Red+Green+Blue) = 166+135+157=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A6879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6879D is #597862. Grayscale: #929292. Windows color (decimal): -5863523 or 10323878. OLE color: 10323878.
HSL color Cylindrical-coordinate representation of color #A6879D: hue angle of 317.42º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6879D is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 157 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.35 |
| HSL | 317.42º | 0.15% | 0.59% | - |
| HSV(B) | 317.42º | 0.19% | 0.65% | - |
| XYZ | 30.48 | 27.87 | 35.67 | - |
| YUV | 146.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 157 | 0 | 0.19 | 0.05 | 0.35 | 317.42 | 0.15 | 0.59 |
| Hex | A6 | 87 | 9D | 0 | 13 | 5 | 23 | 13D | F | 3B |
| Octal | 246 | 207 | 235 | 0 | 23 | 5 | 43 | 475 | 17 | 73 |
| Binary | 10100110 | 10000111 | 10011101 | 0 | 10011 | 101 | 100011 | 100111101 | 1111 | 111011 |
Color Harmonies of #A6879D
Complementary color
Monochromatic Colors of #A6879D
Black with #A6879D
Text Example
Text Example
White with #A6879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6879D; }
p { color: rgb(166,135,157); }
H1.HeaderClassName
{
color: #A6879D;
}
.AnyTagClassName
{
color: #A6879D;
}
</style>
background-color css
<style>
a { background-color: #A6879D; }
a { background-color: rgb(166,135,157); }
div.DivClassName
{
background-color: #A6879D;
}
.BgClassName
{
background-color: #A6879D;
}
</style>
border-color css
<style>
span { border-color: #A6879D; }
span { border-color: rgb(166,135,157); }
td.TdClassName
{
border-color: #A6879D;
}
.TagClassName
{
border-color: #A6879D;
}
</style>