Shades of Bouquet #A17299
Tints of Bouquet #A17299
RGB
CMYK
RGB Variations
Color information
#A17299 (or 0xA17299) is known color: Bouquet. HEX triplet: A1, 72 and 99. RGB value is (161,114,153). Sum of RGB (Red+Green+Blue) = 161+114+153=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A17299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17299 is #5E8D66. Grayscale: #848484. Windows color (decimal): -6196583 or 10056353. OLE color: 10056353.
HSL color Cylindrical-coordinate representation of color #A17299: hue angle of 310.21º 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 #A17299 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 153 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.37 |
| HSL | 310.21º | 0.2% | 0.54% | - |
| HSV(B) | 310.21º | 0.29% | 0.63% | - |
| XYZ | 26.47 | 21.91 | 32.97 | - |
| YUV | 132.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 153 | 0 | 0.29 | 0.05 | 0.37 | 310.21 | 0.2 | 0.54 |
| Hex | A1 | 72 | 99 | 0 | 1D | 5 | 25 | 136 | 14 | 36 |
| Octal | 241 | 162 | 231 | 0 | 35 | 5 | 45 | 466 | 24 | 66 |
| Binary | 10100001 | 1110010 | 10011001 | 0 | 11101 | 101 | 100101 | 100110110 | 10100 | 110110 |
Color Harmonies of #A17299
Complementary color
Monochromatic Colors of #A17299
Black with #A17299
Text Example
Text Example
White with #A17299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17299; }
p { color: rgb(161,114,153); }
H1.HeaderClassName
{
color: #A17299;
}
.AnyTagClassName
{
color: #A17299;
}
</style>
background-color css
<style>
a { background-color: #A17299; }
a { background-color: rgb(161,114,153); }
div.DivClassName
{
background-color: #A17299;
}
.BgClassName
{
background-color: #A17299;
}
</style>
border-color css
<style>
span { border-color: #A17299; }
span { border-color: rgb(161,114,153); }
td.TdClassName
{
border-color: #A17299;
}
.TagClassName
{
border-color: #A17299;
}
</style>