Shades of Bouquet #A67B9F
Tints of Bouquet #A67B9F
RGB
CMYK
RGB Variations
Color information
#A67B9F (or 0xA67B9F) is known color: Bouquet. HEX triplet: A6, 7B and 9F. RGB value is (166,123,159). Sum of RGB (Red+Green+Blue) = 166+123+159=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B9F is #598460. Grayscale: #8B8B8B. Windows color (decimal): -5866593 or 10451878. OLE color: 10451878.
HSL color Cylindrical-coordinate representation of color #A67B9F: hue angle of 309.77º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67B9F is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 159 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.35 |
| HSL | 309.77º | 0.19% | 0.57% | - |
| HSV(B) | 309.77º | 0.26% | 0.65% | - |
| XYZ | 29.07 | 24.78 | 36.05 | - |
| YUV | 139.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 159 | 0 | 0.26 | 0.04 | 0.35 | 309.77 | 0.19 | 0.57 |
| Hex | A6 | 7B | 9F | 0 | 1A | 4 | 23 | 136 | 13 | 39 |
| Octal | 246 | 173 | 237 | 0 | 32 | 4 | 43 | 466 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10011111 | 0 | 11010 | 100 | 100011 | 100110110 | 10011 | 111001 |
Color Harmonies of #A67B9F
Complementary color
Monochromatic Colors of #A67B9F
Black with #A67B9F
Text Example
Text Example
White with #A67B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B9F; }
p { color: rgb(166,123,159); }
H1.HeaderClassName
{
color: #A67B9F;
}
.AnyTagClassName
{
color: #A67B9F;
}
</style>
background-color css
<style>
a { background-color: #A67B9F; }
a { background-color: rgb(166,123,159); }
div.DivClassName
{
background-color: #A67B9F;
}
.BgClassName
{
background-color: #A67B9F;
}
</style>
border-color css
<style>
span { border-color: #A67B9F; }
span { border-color: rgb(166,123,159); }
td.TdClassName
{
border-color: #A67B9F;
}
.TagClassName
{
border-color: #A67B9F;
}
</style>