Shades of Bouquet #A6809B
Tints of Bouquet #A6809B
RGB
CMYK
RGB Variations
Color information
#A6809B (or 0xA6809B) is known color: Bouquet. HEX triplet: A6, 80 and 9B. RGB value is (166,128,155). Sum of RGB (Red+Green+Blue) = 166+128+155=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A6809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6809B is #597F64. Grayscale: #8E8E8E. Windows color (decimal): -5865317 or 10191014. OLE color: 10191014.
HSL color Cylindrical-coordinate representation of color #A6809B: hue angle of 317.37º 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 #A6809B is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 155 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.35 |
| HSL | 317.37º | 0.18% | 0.58% | - |
| HSV(B) | 317.37º | 0.23% | 0.65% | - |
| XYZ | 29.36 | 25.91 | 34.46 | - |
| YUV | 142.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 155 | 0 | 0.23 | 0.07 | 0.35 | 317.37 | 0.18 | 0.58 |
| Hex | A6 | 80 | 9B | 0 | 17 | 7 | 23 | 13D | 12 | 3A |
| Octal | 246 | 200 | 233 | 0 | 27 | 7 | 43 | 475 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10011011 | 0 | 10111 | 111 | 100011 | 100111101 | 10010 | 111010 |
Color Harmonies of #A6809B
Complementary color
Monochromatic Colors of #A6809B
Black with #A6809B
Text Example
Text Example
White with #A6809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6809B; }
p { color: rgb(166,128,155); }
H1.HeaderClassName
{
color: #A6809B;
}
.AnyTagClassName
{
color: #A6809B;
}
</style>
background-color css
<style>
a { background-color: #A6809B; }
a { background-color: rgb(166,128,155); }
div.DivClassName
{
background-color: #A6809B;
}
.BgClassName
{
background-color: #A6809B;
}
</style>
border-color css
<style>
span { border-color: #A6809B; }
span { border-color: rgb(166,128,155); }
td.TdClassName
{
border-color: #A6809B;
}
.TagClassName
{
border-color: #A6809B;
}
</style>