Shades of Bouquet #A17B9A
Tints of Bouquet #A17B9A
RGB
CMYK
RGB Variations
Color information
#A17B9A (or 0xA17B9A) is known color: Bouquet. HEX triplet: A1, 7B and 9A. RGB value is (161,123,154). Sum of RGB (Red+Green+Blue) = 161+123+154=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17B9A is #5E8465. Grayscale: #898989. Windows color (decimal): -6194278 or 10124193. OLE color: 10124193.
HSL color Cylindrical-coordinate representation of color #A17B9A: hue angle of 311.05º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17B9A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 154 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.37 |
| HSL | 311.05º | 0.17% | 0.56% | - |
| HSV(B) | 311.05º | 0.24% | 0.63% | - |
| XYZ | 27.61 | 24.08 | 33.76 | - |
| YUV | 137.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 154 | 0 | 0.24 | 0.04 | 0.37 | 311.05 | 0.17 | 0.56 |
| Hex | A1 | 7B | 9A | 0 | 18 | 4 | 25 | 137 | 11 | 38 |
| Octal | 241 | 173 | 232 | 0 | 30 | 4 | 45 | 467 | 21 | 70 |
| Binary | 10100001 | 1111011 | 10011010 | 0 | 11000 | 100 | 100101 | 100110111 | 10001 | 111000 |
Color Harmonies of #A17B9A
Complementary color
Monochromatic Colors of #A17B9A
Black with #A17B9A
Text Example
Text Example
White with #A17B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B9A; }
p { color: rgb(161,123,154); }
H1.HeaderClassName
{
color: #A17B9A;
}
.AnyTagClassName
{
color: #A17B9A;
}
</style>
background-color css
<style>
a { background-color: #A17B9A; }
a { background-color: rgb(161,123,154); }
div.DivClassName
{
background-color: #A17B9A;
}
.BgClassName
{
background-color: #A17B9A;
}
</style>
border-color css
<style>
span { border-color: #A17B9A; }
span { border-color: rgb(161,123,154); }
td.TdClassName
{
border-color: #A17B9A;
}
.TagClassName
{
border-color: #A17B9A;
}
</style>