Shades of Bouquet #AB839D
Tints of Bouquet #AB839D
RGB
CMYK
RGB Variations
Color information
#AB839D (or 0xAB839D) is known color: Bouquet. HEX triplet: AB, 83 and 9D. RGB value is (171,131,157). Sum of RGB (Red+Green+Blue) = 171+131+157=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB839D is #547C62. Grayscale: #919191. Windows color (decimal): -5536867 or 10322859. OLE color: 10322859.
HSL color Cylindrical-coordinate representation of color #AB839D: hue angle of 321º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB839D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 157 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.33 |
| HSL | 321º | 0.19% | 0.59% | - |
| HSV(B) | 321º | 0.23% | 0.67% | - |
| XYZ | 31 | 27.32 | 35.54 | - |
| YUV | 145.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 157 | 0 | 0.23 | 0.08 | 0.33 | 321 | 0.19 | 0.59 |
| Hex | AB | 83 | 9D | 0 | 17 | 8 | 21 | 141 | 13 | 3B |
| Octal | 253 | 203 | 235 | 0 | 27 | 10 | 41 | 501 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10011101 | 0 | 10111 | 1000 | 100001 | 101000001 | 10011 | 111011 |
Color Harmonies of #AB839D
Complementary color
Monochromatic Colors of #AB839D
Black with #AB839D
Text Example
Text Example
White with #AB839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB839D; }
p { color: rgb(171,131,157); }
H1.HeaderClassName
{
color: #AB839D;
}
.AnyTagClassName
{
color: #AB839D;
}
</style>
background-color css
<style>
a { background-color: #AB839D; }
a { background-color: rgb(171,131,157); }
div.DivClassName
{
background-color: #AB839D;
}
.BgClassName
{
background-color: #AB839D;
}
</style>
border-color css
<style>
span { border-color: #AB839D; }
span { border-color: rgb(171,131,157); }
td.TdClassName
{
border-color: #AB839D;
}
.TagClassName
{
border-color: #AB839D;
}
</style>