Shades of Bouquet #A96F99
Tints of Bouquet #A96F99
RGB
CMYK
RGB Variations
Color information
#A96F99 (or 0xA96F99) is known color: Bouquet. HEX triplet: A9, 6F and 99. RGB value is (169,111,153). Sum of RGB (Red+Green+Blue) = 169+111+153=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F99 is #569066. Grayscale: #858585. Windows color (decimal): -5673063 or 10055593. OLE color: 10055593.
HSL color Cylindrical-coordinate representation of color #A96F99: hue angle of 316.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A96F99 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 153 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.34 |
| HSL | 316.55º | 0.25% | 0.55% | - |
| HSV(B) | 316.55º | 0.34% | 0.66% | - |
| XYZ | 27.8 | 22.1 | 32.94 | - |
| YUV | 133.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 153 | 0 | 0.34 | 0.09 | 0.34 | 316.55 | 0.25 | 0.55 |
| Hex | A9 | 6F | 99 | 0 | 22 | 9 | 22 | 13D | 19 | 37 |
| Octal | 251 | 157 | 231 | 0 | 42 | 11 | 42 | 475 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10011001 | 0 | 100010 | 1001 | 100010 | 100111101 | 11001 | 110111 |
Color Harmonies of #A96F99
Complementary color
Monochromatic Colors of #A96F99
Black with #A96F99
Text Example
Text Example
White with #A96F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F99; }
p { color: rgb(169,111,153); }
H1.HeaderClassName
{
color: #A96F99;
}
.AnyTagClassName
{
color: #A96F99;
}
</style>
background-color css
<style>
a { background-color: #A96F99; }
a { background-color: rgb(169,111,153); }
div.DivClassName
{
background-color: #A96F99;
}
.BgClassName
{
background-color: #A96F99;
}
</style>
border-color css
<style>
span { border-color: #A96F99; }
span { border-color: rgb(169,111,153); }
td.TdClassName
{
border-color: #A96F99;
}
.TagClassName
{
border-color: #A96F99;
}
</style>