Shades of Bouquet #A67E8F
Tints of Bouquet #A67E8F
RGB
CMYK
RGB Variations
Color information
#A67E8F (or 0xA67E8F) is known color: Bouquet. HEX triplet: A6, 7E and 8F. RGB value is (166,126,143). Sum of RGB (Red+Green+Blue) = 166+126+143=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E8F is #598170. Grayscale: #8B8B8B. Windows color (decimal): -5865841 or 9404070. OLE color: 9404070.
HSL color Cylindrical-coordinate representation of color #A67E8F: hue angle of 334.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 #A67E8F is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 143 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.35 |
| HSL | 334.5º | 0.18% | 0.57% | - |
| HSV(B) | 334.5º | 0.24% | 0.65% | - |
| XYZ | 28.14 | 25.01 | 29.33 | - |
| YUV | 139.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 143 | 0 | 0.24 | 0.14 | 0.35 | 334.5 | 0.18 | 0.57 |
| Hex | A6 | 7E | 8F | 0 | 18 | E | 23 | 14E | 12 | 39 |
| Octal | 246 | 176 | 217 | 0 | 30 | 16 | 43 | 516 | 22 | 71 |
| Binary | 10100110 | 1111110 | 10001111 | 0 | 11000 | 1110 | 100011 | 101001110 | 10010 | 111001 |
Color Harmonies of #A67E8F
Complementary color
Monochromatic Colors of #A67E8F
Black with #A67E8F
Text Example
Text Example
White with #A67E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E8F; }
p { color: rgb(166,126,143); }
H1.HeaderClassName
{
color: #A67E8F;
}
.AnyTagClassName
{
color: #A67E8F;
}
</style>
background-color css
<style>
a { background-color: #A67E8F; }
a { background-color: rgb(166,126,143); }
div.DivClassName
{
background-color: #A67E8F;
}
.BgClassName
{
background-color: #A67E8F;
}
</style>
border-color css
<style>
span { border-color: #A67E8F; }
span { border-color: rgb(166,126,143); }
td.TdClassName
{
border-color: #A67E8F;
}
.TagClassName
{
border-color: #A67E8F;
}
</style>