Shades of Bouquet #A67C9A
Tints of Bouquet #A67C9A
RGB
CMYK
RGB Variations
Color information
#A67C9A (or 0xA67C9A) is known color: Bouquet. HEX triplet: A6, 7C and 9A. RGB value is (166,124,154). Sum of RGB (Red+Green+Blue) = 166+124+154=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C9A is #598365. Grayscale: #8B8B8B. Windows color (decimal): -5866342 or 10124454. OLE color: 10124454.
HSL color Cylindrical-coordinate representation of color #A67C9A: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67C9A is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 154 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.35 |
| HSL | 317.14º | 0.19% | 0.57% | - |
| HSV(B) | 317.14º | 0.25% | 0.65% | - |
| XYZ | 28.77 | 24.86 | 33.85 | - |
| YUV | 139.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 154 | 0 | 0.25 | 0.07 | 0.35 | 317.14 | 0.19 | 0.57 |
| Hex | A6 | 7C | 9A | 0 | 19 | 7 | 23 | 13D | 13 | 39 |
| Octal | 246 | 174 | 232 | 0 | 31 | 7 | 43 | 475 | 23 | 71 |
| Binary | 10100110 | 1111100 | 10011010 | 0 | 11001 | 111 | 100011 | 100111101 | 10011 | 111001 |
Color Harmonies of #A67C9A
Complementary color
Monochromatic Colors of #A67C9A
Black with #A67C9A
Text Example
Text Example
White with #A67C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C9A; }
p { color: rgb(166,124,154); }
H1.HeaderClassName
{
color: #A67C9A;
}
.AnyTagClassName
{
color: #A67C9A;
}
</style>
background-color css
<style>
a { background-color: #A67C9A; }
a { background-color: rgb(166,124,154); }
div.DivClassName
{
background-color: #A67C9A;
}
.BgClassName
{
background-color: #A67C9A;
}
</style>
border-color css
<style>
span { border-color: #A67C9A; }
span { border-color: rgb(166,124,154); }
td.TdClassName
{
border-color: #A67C9A;
}
.TagClassName
{
border-color: #A67C9A;
}
</style>