Shades of Bouquet #A9839B
Tints of Bouquet #A9839B
RGB
CMYK
RGB Variations
Color information
#A9839B (or 0xA9839B) is known color: Bouquet. HEX triplet: A9, 83 and 9B. RGB value is (169,131,155). Sum of RGB (Red+Green+Blue) = 169+131+155=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A9839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9839B is #567C64. Grayscale: #919191. Windows color (decimal): -5667941 or 10191785. OLE color: 10191785.
HSL color Cylindrical-coordinate representation of color #A9839B: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9839B is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 155 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.34 |
| HSL | 322.11º | 0.18% | 0.59% | - |
| HSV(B) | 322.11º | 0.22% | 0.66% | - |
| XYZ | 30.39 | 27.03 | 34.63 | - |
| YUV | 145.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 155 | 0 | 0.22 | 0.08 | 0.34 | 322.11 | 0.18 | 0.59 |
| Hex | A9 | 83 | 9B | 0 | 16 | 8 | 22 | 142 | 12 | 3B |
| Octal | 251 | 203 | 233 | 0 | 26 | 10 | 42 | 502 | 22 | 73 |
| Binary | 10101001 | 10000011 | 10011011 | 0 | 10110 | 1000 | 100010 | 101000010 | 10010 | 111011 |
Color Harmonies of #A9839B
Complementary color
Monochromatic Colors of #A9839B
Black with #A9839B
Text Example
Text Example
White with #A9839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9839B; }
p { color: rgb(169,131,155); }
H1.HeaderClassName
{
color: #A9839B;
}
.AnyTagClassName
{
color: #A9839B;
}
</style>
background-color css
<style>
a { background-color: #A9839B; }
a { background-color: rgb(169,131,155); }
div.DivClassName
{
background-color: #A9839B;
}
.BgClassName
{
background-color: #A9839B;
}
</style>
border-color css
<style>
span { border-color: #A9839B; }
span { border-color: rgb(169,131,155); }
td.TdClassName
{
border-color: #A9839B;
}
.TagClassName
{
border-color: #A9839B;
}
</style>