Shades of Bouquet #A67F9F
Tints of Bouquet #A67F9F
RGB
CMYK
RGB Variations
Color information
#A67F9F (or 0xA67F9F) is known color: Bouquet. HEX triplet: A6, 7F and 9F. RGB value is (166,127,159). Sum of RGB (Red+Green+Blue) = 166+127+159=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F9F is #598060. Grayscale: #8E8E8E. Windows color (decimal): -5865569 or 10452902. OLE color: 10452902.
HSL color Cylindrical-coordinate representation of color #A67F9F: hue angle of 310.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F9F is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 159 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.35 |
| HSL | 310.77º | 0.18% | 0.57% | - |
| HSV(B) | 310.77º | 0.23% | 0.65% | - |
| XYZ | 29.57 | 25.79 | 36.22 | - |
| YUV | 142.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 159 | 0 | 0.23 | 0.04 | 0.35 | 310.77 | 0.18 | 0.57 |
| Hex | A6 | 7F | 9F | 0 | 17 | 4 | 23 | 137 | 12 | 39 |
| Octal | 246 | 177 | 237 | 0 | 27 | 4 | 43 | 467 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10011111 | 0 | 10111 | 100 | 100011 | 100110111 | 10010 | 111001 |
Color Harmonies of #A67F9F
Complementary color
Monochromatic Colors of #A67F9F
Black with #A67F9F
Text Example
Text Example
White with #A67F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F9F; }
p { color: rgb(166,127,159); }
H1.HeaderClassName
{
color: #A67F9F;
}
.AnyTagClassName
{
color: #A67F9F;
}
</style>
background-color css
<style>
a { background-color: #A67F9F; }
a { background-color: rgb(166,127,159); }
div.DivClassName
{
background-color: #A67F9F;
}
.BgClassName
{
background-color: #A67F9F;
}
</style>
border-color css
<style>
span { border-color: #A67F9F; }
span { border-color: rgb(166,127,159); }
td.TdClassName
{
border-color: #A67F9F;
}
.TagClassName
{
border-color: #A67F9F;
}
</style>