Shades of Bouquet #A67B9A
Tints of Bouquet #A67B9A
RGB
CMYK
RGB Variations
Color information
#A67B9A (or 0xA67B9A) is known color: Bouquet. HEX triplet: A6, 7B and 9A. RGB value is (166,123,154). Sum of RGB (Red+Green+Blue) = 166+123+154=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B9A is #598465. Grayscale: #8B8B8B. Windows color (decimal): -5866598 or 10124198. OLE color: 10124198.
HSL color Cylindrical-coordinate representation of color #A67B9A: hue angle of 316.74º 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 #A67B9A is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 154 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.35 |
| HSL | 316.74º | 0.19% | 0.57% | - |
| HSV(B) | 316.74º | 0.26% | 0.65% | - |
| XYZ | 28.64 | 24.61 | 33.81 | - |
| YUV | 139.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 154 | 0 | 0.26 | 0.07 | 0.35 | 316.74 | 0.19 | 0.57 |
| Hex | A6 | 7B | 9A | 0 | 1A | 7 | 23 | 13D | 13 | 39 |
| Octal | 246 | 173 | 232 | 0 | 32 | 7 | 43 | 475 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10011010 | 0 | 11010 | 111 | 100011 | 100111101 | 10011 | 111001 |
Color Harmonies of #A67B9A
Complementary color
Monochromatic Colors of #A67B9A
Black with #A67B9A
Text Example
Text Example
White with #A67B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B9A; }
p { color: rgb(166,123,154); }
H1.HeaderClassName
{
color: #A67B9A;
}
.AnyTagClassName
{
color: #A67B9A;
}
</style>
background-color css
<style>
a { background-color: #A67B9A; }
a { background-color: rgb(166,123,154); }
div.DivClassName
{
background-color: #A67B9A;
}
.BgClassName
{
background-color: #A67B9A;
}
</style>
border-color css
<style>
span { border-color: #A67B9A; }
span { border-color: rgb(166,123,154); }
td.TdClassName
{
border-color: #A67B9A;
}
.TagClassName
{
border-color: #A67B9A;
}
</style>