Shades of Bouquet #A17699
Tints of Bouquet #A17699
RGB
CMYK
RGB Variations
Color information
#A17699 (or 0xA17699) is known color: Bouquet. HEX triplet: A1, 76 and 99. RGB value is (161,118,153). Sum of RGB (Red+Green+Blue) = 161+118+153=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17699 is #5E8966. Grayscale: #868686. Windows color (decimal): -6195559 or 10057377. OLE color: 10057377.
HSL color Cylindrical-coordinate representation of color #A17699: hue angle of 311.16º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17699 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 153 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.37 |
| HSL | 311.16º | 0.19% | 0.55% | - |
| HSV(B) | 311.16º | 0.27% | 0.63% | - |
| XYZ | 26.93 | 22.83 | 33.13 | - |
| YUV | 134.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 153 | 0 | 0.27 | 0.05 | 0.37 | 311.16 | 0.19 | 0.55 |
| Hex | A1 | 76 | 99 | 0 | 1B | 5 | 25 | 137 | 13 | 37 |
| Octal | 241 | 166 | 231 | 0 | 33 | 5 | 45 | 467 | 23 | 67 |
| Binary | 10100001 | 1110110 | 10011001 | 0 | 11011 | 101 | 100101 | 100110111 | 10011 | 110111 |
Color Harmonies of #A17699
Complementary color
Monochromatic Colors of #A17699
Black with #A17699
Text Example
Text Example
White with #A17699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17699; }
p { color: rgb(161,118,153); }
H1.HeaderClassName
{
color: #A17699;
}
.AnyTagClassName
{
color: #A17699;
}
</style>
background-color css
<style>
a { background-color: #A17699; }
a { background-color: rgb(161,118,153); }
div.DivClassName
{
background-color: #A17699;
}
.BgClassName
{
background-color: #A17699;
}
</style>
border-color css
<style>
span { border-color: #A17699; }
span { border-color: rgb(161,118,153); }
td.TdClassName
{
border-color: #A17699;
}
.TagClassName
{
border-color: #A17699;
}
</style>