Shades of Bouquet #A6769B
Tints of Bouquet #A6769B
RGB
CMYK
RGB Variations
Color information
#A6769B (or 0xA6769B) is known color: Bouquet. HEX triplet: A6, 76 and 9B. RGB value is (166,118,155). Sum of RGB (Red+Green+Blue) = 166+118+155=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6769B is #598964. Grayscale: #888888. Windows color (decimal): -5867877 or 10188454. OLE color: 10188454.
HSL color Cylindrical-coordinate representation of color #A6769B: hue angle of 313.75º 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 #A6769B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 155 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.35 |
| HSL | 313.75º | 0.21% | 0.56% | - |
| HSV(B) | 313.75º | 0.29% | 0.65% | - |
| XYZ | 28.12 | 23.43 | 34.05 | - |
| YUV | 136.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 155 | 0 | 0.29 | 0.07 | 0.35 | 313.75 | 0.21 | 0.56 |
| Hex | A6 | 76 | 9B | 0 | 1D | 7 | 23 | 13A | 15 | 38 |
| Octal | 246 | 166 | 233 | 0 | 35 | 7 | 43 | 472 | 25 | 70 |
| Binary | 10100110 | 1110110 | 10011011 | 0 | 11101 | 111 | 100011 | 100111010 | 10101 | 111000 |
Color Harmonies of #A6769B
Complementary color
Monochromatic Colors of #A6769B
Black with #A6769B
Text Example
Text Example
White with #A6769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6769B; }
p { color: rgb(166,118,155); }
H1.HeaderClassName
{
color: #A6769B;
}
.AnyTagClassName
{
color: #A6769B;
}
</style>
background-color css
<style>
a { background-color: #A6769B; }
a { background-color: rgb(166,118,155); }
div.DivClassName
{
background-color: #A6769B;
}
.BgClassName
{
background-color: #A6769B;
}
</style>
border-color css
<style>
span { border-color: #A6769B; }
span { border-color: rgb(166,118,155); }
td.TdClassName
{
border-color: #A6769B;
}
.TagClassName
{
border-color: #A6769B;
}
</style>