Shades of Bouquet #A67BA0
Tints of Bouquet #A67BA0
RGB
CMYK
RGB Variations
Color information
#A67BA0 (or 0xA67BA0) is known color: Bouquet. HEX triplet: A6, 7B and A0. RGB value is (166,123,160). Sum of RGB (Red+Green+Blue) = 166+123+160=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A67BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BA0 is #59845F. Grayscale: #8B8B8B. Windows color (decimal): -5866592 or 10517414. OLE color: 10517414.
HSL color Cylindrical-coordinate representation of color #A67BA0: hue angle of 308.37º 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 #A67BA0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 160 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.35 |
| HSL | 308.37º | 0.19% | 0.57% | - |
| HSV(B) | 308.37º | 0.26% | 0.65% | - |
| XYZ | 29.15 | 24.81 | 36.51 | - |
| YUV | 140.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 160 | 0 | 0.26 | 0.04 | 0.35 | 308.37 | 0.19 | 0.57 |
| Hex | A6 | 7B | A0 | 0 | 1A | 4 | 23 | 134 | 13 | 39 |
| Octal | 246 | 173 | 240 | 0 | 32 | 4 | 43 | 464 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10100000 | 0 | 11010 | 100 | 100011 | 100110100 | 10011 | 111001 |
Color Harmonies of #A67BA0
Complementary color
Monochromatic Colors of #A67BA0
Black with #A67BA0
Text Example
Text Example
White with #A67BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BA0; }
p { color: rgb(166,123,160); }
H1.HeaderClassName
{
color: #A67BA0;
}
.AnyTagClassName
{
color: #A67BA0;
}
</style>
background-color css
<style>
a { background-color: #A67BA0; }
a { background-color: rgb(166,123,160); }
div.DivClassName
{
background-color: #A67BA0;
}
.BgClassName
{
background-color: #A67BA0;
}
</style>
border-color css
<style>
span { border-color: #A67BA0; }
span { border-color: rgb(166,123,160); }
td.TdClassName
{
border-color: #A67BA0;
}
.TagClassName
{
border-color: #A67BA0;
}
</style>