Shades of Bouquet #A6809A
Tints of Bouquet #A6809A
RGB
CMYK
RGB Variations
Color information
#A6809A (or 0xA6809A) is known color: Bouquet. HEX triplet: A6, 80 and 9A. RGB value is (166,128,154). Sum of RGB (Red+Green+Blue) = 166+128+154=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A6809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6809A is #597F65. Grayscale: #8E8E8E. Windows color (decimal): -5865318 or 10125478. OLE color: 10125478.
HSL color Cylindrical-coordinate representation of color #A6809A: hue angle of 318.95º 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 #A6809A is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 154 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.35 |
| HSL | 318.95º | 0.18% | 0.58% | - |
| HSV(B) | 318.95º | 0.23% | 0.65% | - |
| XYZ | 29.28 | 25.88 | 34.02 | - |
| YUV | 142.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 154 | 0 | 0.23 | 0.07 | 0.35 | 318.95 | 0.18 | 0.58 |
| Hex | A6 | 80 | 9A | 0 | 17 | 7 | 23 | 13F | 12 | 3A |
| Octal | 246 | 200 | 232 | 0 | 27 | 7 | 43 | 477 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10011010 | 0 | 10111 | 111 | 100011 | 100111111 | 10010 | 111010 |
Color Harmonies of #A6809A
Complementary color
Monochromatic Colors of #A6809A
Black with #A6809A
Text Example
Text Example
White with #A6809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6809A; }
p { color: rgb(166,128,154); }
H1.HeaderClassName
{
color: #A6809A;
}
.AnyTagClassName
{
color: #A6809A;
}
</style>
background-color css
<style>
a { background-color: #A6809A; }
a { background-color: rgb(166,128,154); }
div.DivClassName
{
background-color: #A6809A;
}
.BgClassName
{
background-color: #A6809A;
}
</style>
border-color css
<style>
span { border-color: #A6809A; }
span { border-color: rgb(166,128,154); }
td.TdClassName
{
border-color: #A6809A;
}
.TagClassName
{
border-color: #A6809A;
}
</style>