Shades of Bouquet #A67F98
Tints of Bouquet #A67F98
RGB
CMYK
RGB Variations
Color information
#A67F98 (or 0xA67F98) is known color: Bouquet. HEX triplet: A6, 7F and 98. RGB value is (166,127,152). Sum of RGB (Red+Green+Blue) = 166+127+152=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F98 is #598067. Grayscale: #8D8D8D. Windows color (decimal): -5865576 or 9994150. OLE color: 9994150.
HSL color Cylindrical-coordinate representation of color #A67F98: hue angle of 321.54º 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 #A67F98 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 152 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.35 |
| HSL | 321.54º | 0.18% | 0.57% | - |
| HSV(B) | 321.54º | 0.23% | 0.65% | - |
| XYZ | 28.98 | 25.55 | 33.11 | - |
| YUV | 141.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 152 | 0 | 0.23 | 0.08 | 0.35 | 321.54 | 0.18 | 0.57 |
| Hex | A6 | 7F | 98 | 0 | 17 | 8 | 23 | 142 | 12 | 39 |
| Octal | 246 | 177 | 230 | 0 | 27 | 10 | 43 | 502 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10011000 | 0 | 10111 | 1000 | 100011 | 101000010 | 10010 | 111001 |
Color Harmonies of #A67F98
Complementary color
Monochromatic Colors of #A67F98
Black with #A67F98
Text Example
Text Example
White with #A67F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F98; }
p { color: rgb(166,127,152); }
H1.HeaderClassName
{
color: #A67F98;
}
.AnyTagClassName
{
color: #A67F98;
}
</style>
background-color css
<style>
a { background-color: #A67F98; }
a { background-color: rgb(166,127,152); }
div.DivClassName
{
background-color: #A67F98;
}
.BgClassName
{
background-color: #A67F98;
}
</style>
border-color css
<style>
span { border-color: #A67F98; }
span { border-color: rgb(166,127,152); }
td.TdClassName
{
border-color: #A67F98;
}
.TagClassName
{
border-color: #A67F98;
}
</style>