Shades of Bouquet #A17098
Tints of Bouquet #A17098
RGB
CMYK
RGB Variations
Color information
#A17098 (or 0xA17098) is known color: Bouquet. HEX triplet: A1, 70 and 98. RGB value is (161,112,152). Sum of RGB (Red+Green+Blue) = 161+112+152=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A17098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17098 is #5E8F67. Grayscale: #838383. Windows color (decimal): -6197096 or 9990305. OLE color: 9990305.
HSL color Cylindrical-coordinate representation of color #A17098: hue angle of 311.02º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17098 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 152 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.37 |
| HSL | 311.02º | 0.21% | 0.54% | - |
| HSV(B) | 311.02º | 0.3% | 0.63% | - |
| XYZ | 26.16 | 21.43 | 32.46 | - |
| YUV | 131.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 152 | 0 | 0.30 | 0.06 | 0.37 | 311.02 | 0.21 | 0.54 |
| Hex | A1 | 70 | 98 | 0 | 1E | 6 | 25 | 137 | 15 | 36 |
| Octal | 241 | 160 | 230 | 0 | 36 | 6 | 45 | 467 | 25 | 66 |
| Binary | 10100001 | 1110000 | 10011000 | 0 | 11110 | 110 | 100101 | 100110111 | 10101 | 110110 |
Color Harmonies of #A17098
Complementary color
Monochromatic Colors of #A17098
Black with #A17098
Text Example
Text Example
White with #A17098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17098; }
p { color: rgb(161,112,152); }
H1.HeaderClassName
{
color: #A17098;
}
.AnyTagClassName
{
color: #A17098;
}
</style>
background-color css
<style>
a { background-color: #A17098; }
a { background-color: rgb(161,112,152); }
div.DivClassName
{
background-color: #A17098;
}
.BgClassName
{
background-color: #A17098;
}
</style>
border-color css
<style>
span { border-color: #A17098; }
span { border-color: rgb(161,112,152); }
td.TdClassName
{
border-color: #A17098;
}
.TagClassName
{
border-color: #A17098;
}
</style>