Shades of Bouquet #A67E9B
Tints of Bouquet #A67E9B
RGB
CMYK
RGB Variations
Color information
#A67E9B (or 0xA67E9B) is known color: Bouquet. HEX triplet: A6, 7E and 9B. RGB value is (166,126,155). Sum of RGB (Red+Green+Blue) = 166+126+155=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E9B is #598164. Grayscale: #8D8D8D. Windows color (decimal): -5865829 or 10190502. OLE color: 10190502.
HSL color Cylindrical-coordinate representation of color #A67E9B: hue angle of 316.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A67E9B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 155 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.35 |
| HSL | 316.5º | 0.18% | 0.57% | - |
| HSV(B) | 316.5º | 0.24% | 0.65% | - |
| XYZ | 29.1 | 25.4 | 34.38 | - |
| YUV | 141.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 155 | 0 | 0.24 | 0.07 | 0.35 | 316.5 | 0.18 | 0.57 |
| Hex | A6 | 7E | 9B | 0 | 18 | 7 | 23 | 13C | 12 | 39 |
| Octal | 246 | 176 | 233 | 0 | 30 | 7 | 43 | 474 | 22 | 71 |
| Binary | 10100110 | 1111110 | 10011011 | 0 | 11000 | 111 | 100011 | 100111100 | 10010 | 111001 |
Color Harmonies of #A67E9B
Complementary color
Monochromatic Colors of #A67E9B
Black with #A67E9B
Text Example
Text Example
White with #A67E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E9B; }
p { color: rgb(166,126,155); }
H1.HeaderClassName
{
color: #A67E9B;
}
.AnyTagClassName
{
color: #A67E9B;
}
</style>
background-color css
<style>
a { background-color: #A67E9B; }
a { background-color: rgb(166,126,155); }
div.DivClassName
{
background-color: #A67E9B;
}
.BgClassName
{
background-color: #A67E9B;
}
</style>
border-color css
<style>
span { border-color: #A67E9B; }
span { border-color: rgb(166,126,155); }
td.TdClassName
{
border-color: #A67E9B;
}
.TagClassName
{
border-color: #A67E9B;
}
</style>