Shades of Bouquet #A6819D
Tints of Bouquet #A6819D
RGB
CMYK
RGB Variations
Color information
#A6819D (or 0xA6819D) is known color: Bouquet. HEX triplet: A6, 81 and 9D. RGB value is (166,129,157). Sum of RGB (Red+Green+Blue) = 166+129+157=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6819D is #597E62. Grayscale: #8F8F8F. Windows color (decimal): -5865059 or 10322342. OLE color: 10322342.
HSL color Cylindrical-coordinate representation of color #A6819D: hue angle of 314.59º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6819D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 157 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.35 |
| HSL | 314.59º | 0.17% | 0.58% | - |
| HSV(B) | 314.59º | 0.22% | 0.65% | - |
| XYZ | 29.66 | 26.24 | 35.4 | - |
| YUV | 143.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 157 | 0 | 0.22 | 0.05 | 0.35 | 314.59 | 0.17 | 0.58 |
| Hex | A6 | 81 | 9D | 0 | 16 | 5 | 23 | 13B | 11 | 3A |
| Octal | 246 | 201 | 235 | 0 | 26 | 5 | 43 | 473 | 21 | 72 |
| Binary | 10100110 | 10000001 | 10011101 | 0 | 10110 | 101 | 100011 | 100111011 | 10001 | 111010 |
Color Harmonies of #A6819D
Complementary color
Monochromatic Colors of #A6819D
Black with #A6819D
Text Example
Text Example
White with #A6819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6819D; }
p { color: rgb(166,129,157); }
H1.HeaderClassName
{
color: #A6819D;
}
.AnyTagClassName
{
color: #A6819D;
}
</style>
background-color css
<style>
a { background-color: #A6819D; }
a { background-color: rgb(166,129,157); }
div.DivClassName
{
background-color: #A6819D;
}
.BgClassName
{
background-color: #A6819D;
}
</style>
border-color css
<style>
span { border-color: #A6819D; }
span { border-color: rgb(166,129,157); }
td.TdClassName
{
border-color: #A6819D;
}
.TagClassName
{
border-color: #A6819D;
}
</style>