Shades of Bouquet #A17399
Tints of Bouquet #A17399
RGB
CMYK
RGB Variations
Color information
#A17399 (or 0xA17399) is known color: Bouquet. HEX triplet: A1, 73 and 99. RGB value is (161,115,153). Sum of RGB (Red+Green+Blue) = 161+115+153=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A17399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17399 is #5E8C66. Grayscale: #848484. Windows color (decimal): -6196327 or 10056609. OLE color: 10056609.
HSL color Cylindrical-coordinate representation of color #A17399: hue angle of 310.43º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17399 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 153 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.37 |
| HSL | 310.43º | 0.2% | 0.54% | - |
| HSV(B) | 310.43º | 0.29% | 0.63% | - |
| XYZ | 26.58 | 22.14 | 33.01 | - |
| YUV | 133.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 153 | 0 | 0.29 | 0.05 | 0.37 | 310.43 | 0.2 | 0.54 |
| Hex | A1 | 73 | 99 | 0 | 1D | 5 | 25 | 136 | 14 | 36 |
| Octal | 241 | 163 | 231 | 0 | 35 | 5 | 45 | 466 | 24 | 66 |
| Binary | 10100001 | 1110011 | 10011001 | 0 | 11101 | 101 | 100101 | 100110110 | 10100 | 110110 |
Color Harmonies of #A17399
Complementary color
Monochromatic Colors of #A17399
Black with #A17399
Text Example
Text Example
White with #A17399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17399; }
p { color: rgb(161,115,153); }
H1.HeaderClassName
{
color: #A17399;
}
.AnyTagClassName
{
color: #A17399;
}
</style>
background-color css
<style>
a { background-color: #A17399; }
a { background-color: rgb(161,115,153); }
div.DivClassName
{
background-color: #A17399;
}
.BgClassName
{
background-color: #A17399;
}
</style>
border-color css
<style>
span { border-color: #A17399; }
span { border-color: rgb(161,115,153); }
td.TdClassName
{
border-color: #A17399;
}
.TagClassName
{
border-color: #A17399;
}
</style>