Shades of Bouquet #A96996
Tints of Bouquet #A96996
RGB
CMYK
RGB Variations
Color information
#A96996 (or 0xA96996) is known color: Bouquet. HEX triplet: A9, 69 and 96. RGB value is (169,105,150). Sum of RGB (Red+Green+Blue) = 169+105+150=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A96996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96996 is #569669. Grayscale: #818181. Windows color (decimal): -5674602 or 9857449. OLE color: 9857449.
HSL color Cylindrical-coordinate representation of color #A96996: hue angle of 317.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96996 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 150 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.34 |
| HSL | 317.81º | 0.27% | 0.54% | - |
| HSV(B) | 317.81º | 0.38% | 0.66% | - |
| XYZ | 26.92 | 20.74 | 31.44 | - |
| YUV | 129.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 150 | 0 | 0.38 | 0.11 | 0.34 | 317.81 | 0.27 | 0.54 |
| Hex | A9 | 69 | 96 | 0 | 26 | B | 22 | 13E | 1B | 36 |
| Octal | 251 | 151 | 226 | 0 | 46 | 13 | 42 | 476 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10010110 | 0 | 100110 | 1011 | 100010 | 100111110 | 11011 | 110110 |
Color Harmonies of #A96996
Complementary color
Monochromatic Colors of #A96996
Black with #A96996
Text Example
Text Example
White with #A96996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96996; }
p { color: rgb(169,105,150); }
H1.HeaderClassName
{
color: #A96996;
}
.AnyTagClassName
{
color: #A96996;
}
</style>
background-color css
<style>
a { background-color: #A96996; }
a { background-color: rgb(169,105,150); }
div.DivClassName
{
background-color: #A96996;
}
.BgClassName
{
background-color: #A96996;
}
</style>
border-color css
<style>
span { border-color: #A96996; }
span { border-color: rgb(169,105,150); }
td.TdClassName
{
border-color: #A96996;
}
.TagClassName
{
border-color: #A96996;
}
</style>