Shades of Bouquet #A17D9F
Tints of Bouquet #A17D9F
RGB
CMYK
RGB Variations
Color information
#A17D9F (or 0xA17D9F) is known color: Bouquet. HEX triplet: A1, 7D and 9F. RGB value is (161,125,159). Sum of RGB (Red+Green+Blue) = 161+125+159=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17D9F is #5E8260. Grayscale: #8B8B8B. Windows color (decimal): -6193761 or 10452385. OLE color: 10452385.
HSL color Cylindrical-coordinate representation of color #A17D9F: hue angle of 303.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17D9F is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 159 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.37 |
| HSL | 303.33º | 0.16% | 0.56% | - |
| HSV(B) | 303.33º | 0.22% | 0.63% | - |
| XYZ | 28.29 | 24.75 | 36.09 | - |
| YUV | 139.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 159 | 0 | 0.22 | 0.01 | 0.37 | 303.33 | 0.16 | 0.56 |
| Hex | A1 | 7D | 9F | 0 | 16 | 1 | 25 | 12F | 10 | 38 |
| Octal | 241 | 175 | 237 | 0 | 26 | 1 | 45 | 457 | 20 | 70 |
| Binary | 10100001 | 1111101 | 10011111 | 0 | 10110 | 1 | 100101 | 100101111 | 10000 | 111000 |
Color Harmonies of #A17D9F
Complementary color
Monochromatic Colors of #A17D9F
Black with #A17D9F
Text Example
Text Example
White with #A17D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D9F; }
p { color: rgb(161,125,159); }
H1.HeaderClassName
{
color: #A17D9F;
}
.AnyTagClassName
{
color: #A17D9F;
}
</style>
background-color css
<style>
a { background-color: #A17D9F; }
a { background-color: rgb(161,125,159); }
div.DivClassName
{
background-color: #A17D9F;
}
.BgClassName
{
background-color: #A17D9F;
}
</style>
border-color css
<style>
span { border-color: #A17D9F; }
span { border-color: rgb(161,125,159); }
td.TdClassName
{
border-color: #A17D9F;
}
.TagClassName
{
border-color: #A17D9F;
}
</style>