Shades of Bouquet #A6769A
Tints of Bouquet #A6769A
RGB
CMYK
RGB Variations
Color information
#A6769A (or 0xA6769A) is known color: Bouquet. HEX triplet: A6, 76 and 9A. RGB value is (166,118,154). Sum of RGB (Red+Green+Blue) = 166+118+154=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769A is #598965. Grayscale: #888888. Windows color (decimal): -5867878 or 10122918. OLE color: 10122918.
HSL color Cylindrical-coordinate representation of color #A6769A: hue angle of 315º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6769A is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 154 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.35 |
| HSL | 315º | 0.21% | 0.56% | - |
| HSV(B) | 315º | 0.29% | 0.65% | - |
| XYZ | 28.04 | 23.4 | 33.61 | - |
| YUV | 136.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 154 | 0 | 0.29 | 0.07 | 0.35 | 315 | 0.21 | 0.56 |
| Hex | A6 | 76 | 9A | 0 | 1D | 7 | 23 | 13B | 15 | 38 |
| Octal | 246 | 166 | 232 | 0 | 35 | 7 | 43 | 473 | 25 | 70 |
| Binary | 10100110 | 1110110 | 10011010 | 0 | 11101 | 111 | 100011 | 100111011 | 10101 | 111000 |
Color Harmonies of #A6769A
Complementary color
Monochromatic Colors of #A6769A
Black with #A6769A
Text Example
Text Example
White with #A6769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6769A; }
p { color: rgb(166,118,154); }
H1.HeaderClassName
{
color: #A6769A;
}
.AnyTagClassName
{
color: #A6769A;
}
</style>
background-color css
<style>
a { background-color: #A6769A; }
a { background-color: rgb(166,118,154); }
div.DivClassName
{
background-color: #A6769A;
}
.BgClassName
{
background-color: #A6769A;
}
</style>
border-color css
<style>
span { border-color: #A6769A; }
span { border-color: rgb(166,118,154); }
td.TdClassName
{
border-color: #A6769A;
}
.TagClassName
{
border-color: #A6769A;
}
</style>