Shades of Bouquet #A6789A
Tints of Bouquet #A6789A
RGB
CMYK
RGB Variations
Color information
#A6789A (or 0xA6789A) is known color: Bouquet. HEX triplet: A6, 78 and 9A. RGB value is (166,120,154). Sum of RGB (Red+Green+Blue) = 166+120+154=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6789A is #598765. Grayscale: #898989. Windows color (decimal): -5867366 or 10123430. OLE color: 10123430.
HSL color Cylindrical-coordinate representation of color #A6789A: hue angle of 315.65º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6789A is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 154 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.35 |
| HSL | 315.65º | 0.21% | 0.56% | - |
| HSV(B) | 315.65º | 0.28% | 0.65% | - |
| XYZ | 28.28 | 23.87 | 33.69 | - |
| YUV | 137.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 154 | 0 | 0.28 | 0.07 | 0.35 | 315.65 | 0.21 | 0.56 |
| Hex | A6 | 78 | 9A | 0 | 1C | 7 | 23 | 13C | 15 | 38 |
| Octal | 246 | 170 | 232 | 0 | 34 | 7 | 43 | 474 | 25 | 70 |
| Binary | 10100110 | 1111000 | 10011010 | 0 | 11100 | 111 | 100011 | 100111100 | 10101 | 111000 |
Color Harmonies of #A6789A
Complementary color
Monochromatic Colors of #A6789A
Black with #A6789A
Text Example
Text Example
White with #A6789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6789A; }
p { color: rgb(166,120,154); }
H1.HeaderClassName
{
color: #A6789A;
}
.AnyTagClassName
{
color: #A6789A;
}
</style>
background-color css
<style>
a { background-color: #A6789A; }
a { background-color: rgb(166,120,154); }
div.DivClassName
{
background-color: #A6789A;
}
.BgClassName
{
background-color: #A6789A;
}
</style>
border-color css
<style>
span { border-color: #A6789A; }
span { border-color: rgb(166,120,154); }
td.TdClassName
{
border-color: #A6789A;
}
.TagClassName
{
border-color: #A6789A;
}
</style>