Shades of Bouquet #A6809D
Tints of Bouquet #A6809D
RGB
CMYK
RGB Variations
Color information
#A6809D (or 0xA6809D) is known color: Bouquet. HEX triplet: A6, 80 and 9D. RGB value is (166,128,157). Sum of RGB (Red+Green+Blue) = 166+128+157=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A6809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6809D is #597F62. Grayscale: #8E8E8E. Windows color (decimal): -5865315 or 10322086. OLE color: 10322086.
HSL color Cylindrical-coordinate representation of color #A6809D: hue angle of 314.21º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6809D is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 157 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.35 |
| HSL | 314.21º | 0.18% | 0.58% | - |
| HSV(B) | 314.21º | 0.23% | 0.65% | - |
| XYZ | 29.53 | 25.98 | 35.36 | - |
| YUV | 142.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 157 | 0 | 0.23 | 0.05 | 0.35 | 314.21 | 0.18 | 0.58 |
| Hex | A6 | 80 | 9D | 0 | 17 | 5 | 23 | 13A | 12 | 3A |
| Octal | 246 | 200 | 235 | 0 | 27 | 5 | 43 | 472 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10011101 | 0 | 10111 | 101 | 100011 | 100111010 | 10010 | 111010 |
Color Harmonies of #A6809D
Complementary color
Monochromatic Colors of #A6809D
Black with #A6809D
Text Example
Text Example
White with #A6809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6809D; }
p { color: rgb(166,128,157); }
H1.HeaderClassName
{
color: #A6809D;
}
.AnyTagClassName
{
color: #A6809D;
}
</style>
background-color css
<style>
a { background-color: #A6809D; }
a { background-color: rgb(166,128,157); }
div.DivClassName
{
background-color: #A6809D;
}
.BgClassName
{
background-color: #A6809D;
}
</style>
border-color css
<style>
span { border-color: #A6809D; }
span { border-color: rgb(166,128,157); }
td.TdClassName
{
border-color: #A6809D;
}
.TagClassName
{
border-color: #A6809D;
}
</style>