Shades of Bouquet #A6759B
Tints of Bouquet #A6759B
RGB
CMYK
RGB Variations
Color information
#A6759B (or 0xA6759B) is known color: Bouquet. HEX triplet: A6, 75 and 9B. RGB value is (166,117,155). Sum of RGB (Red+Green+Blue) = 166+117+155=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6759B is #598A64. Grayscale: #878787. Windows color (decimal): -5868133 or 10188198. OLE color: 10188198.
HSL color Cylindrical-coordinate representation of color #A6759B: hue angle of 313.47º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6759B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 155 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.35 |
| HSL | 313.47º | 0.22% | 0.55% | - |
| HSV(B) | 313.47º | 0.3% | 0.65% | - |
| XYZ | 28 | 23.2 | 34.01 | - |
| YUV | 135.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 155 | 0 | 0.30 | 0.07 | 0.35 | 313.47 | 0.22 | 0.55 |
| Hex | A6 | 75 | 9B | 0 | 1E | 7 | 23 | 139 | 16 | 37 |
| Octal | 246 | 165 | 233 | 0 | 36 | 7 | 43 | 471 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10011011 | 0 | 11110 | 111 | 100011 | 100111001 | 10110 | 110111 |
Color Harmonies of #A6759B
Complementary color
Monochromatic Colors of #A6759B
Black with #A6759B
Text Example
Text Example
White with #A6759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6759B; }
p { color: rgb(166,117,155); }
H1.HeaderClassName
{
color: #A6759B;
}
.AnyTagClassName
{
color: #A6759B;
}
</style>
background-color css
<style>
a { background-color: #A6759B; }
a { background-color: rgb(166,117,155); }
div.DivClassName
{
background-color: #A6759B;
}
.BgClassName
{
background-color: #A6759B;
}
</style>
border-color css
<style>
span { border-color: #A6759B; }
span { border-color: rgb(166,117,155); }
td.TdClassName
{
border-color: #A6759B;
}
.TagClassName
{
border-color: #A6759B;
}
</style>