Shades of Bouquet #A6799C
Tints of Bouquet #A6799C
RGB
CMYK
RGB Variations
Color information
#A6799C (or 0xA6799C) is known color: Bouquet. HEX triplet: A6, 79 and 9C. RGB value is (166,121,156). Sum of RGB (Red+Green+Blue) = 166+121+156=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6799C is #598663. Grayscale: #8A8A8A. Windows color (decimal): -5867108 or 10254758. OLE color: 10254758.
HSL color Cylindrical-coordinate representation of color #A6799C: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6799C is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 156 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.35 |
| HSL | 313.33º | 0.2% | 0.56% | - |
| HSV(B) | 313.33º | 0.27% | 0.65% | - |
| XYZ | 28.56 | 24.18 | 34.61 | - |
| YUV | 138.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 156 | 0 | 0.27 | 0.06 | 0.35 | 313.33 | 0.2 | 0.56 |
| Hex | A6 | 79 | 9C | 0 | 1B | 6 | 23 | 139 | 14 | 38 |
| Octal | 246 | 171 | 234 | 0 | 33 | 6 | 43 | 471 | 24 | 70 |
| Binary | 10100110 | 1111001 | 10011100 | 0 | 11011 | 110 | 100011 | 100111001 | 10100 | 111000 |
Color Harmonies of #A6799C
Complementary color
Monochromatic Colors of #A6799C
Black with #A6799C
Text Example
Text Example
White with #A6799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6799C; }
p { color: rgb(166,121,156); }
H1.HeaderClassName
{
color: #A6799C;
}
.AnyTagClassName
{
color: #A6799C;
}
</style>
background-color css
<style>
a { background-color: #A6799C; }
a { background-color: rgb(166,121,156); }
div.DivClassName
{
background-color: #A6799C;
}
.BgClassName
{
background-color: #A6799C;
}
</style>
border-color css
<style>
span { border-color: #A6799C; }
span { border-color: rgb(166,121,156); }
td.TdClassName
{
border-color: #A6799C;
}
.TagClassName
{
border-color: #A6799C;
}
</style>