Shades of Bouquet #AB839C
Tints of Bouquet #AB839C
RGB
CMYK
RGB Variations
Color information
#AB839C (or 0xAB839C) is known color: Bouquet. HEX triplet: AB, 83 and 9C. RGB value is (171,131,156). Sum of RGB (Red+Green+Blue) = 171+131+156=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB839C is #547C63. Grayscale: #919191. Windows color (decimal): -5536868 or 10257323. OLE color: 10257323.
HSL color Cylindrical-coordinate representation of color #AB839C: hue angle of 322.5º 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 #AB839C is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 156 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.33 |
| HSL | 322.5º | 0.19% | 0.59% | - |
| HSV(B) | 322.5º | 0.23% | 0.67% | - |
| XYZ | 30.91 | 27.29 | 35.09 | - |
| YUV | 145.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 156 | 0 | 0.23 | 0.09 | 0.33 | 322.5 | 0.19 | 0.59 |
| Hex | AB | 83 | 9C | 0 | 17 | 9 | 21 | 142 | 13 | 3B |
| Octal | 253 | 203 | 234 | 0 | 27 | 11 | 41 | 502 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10011100 | 0 | 10111 | 1001 | 100001 | 101000010 | 10011 | 111011 |
Color Harmonies of #AB839C
Complementary color
Monochromatic Colors of #AB839C
Black with #AB839C
Text Example
Text Example
White with #AB839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB839C; }
p { color: rgb(171,131,156); }
H1.HeaderClassName
{
color: #AB839C;
}
.AnyTagClassName
{
color: #AB839C;
}
</style>
background-color css
<style>
a { background-color: #AB839C; }
a { background-color: rgb(171,131,156); }
div.DivClassName
{
background-color: #AB839C;
}
.BgClassName
{
background-color: #AB839C;
}
</style>
border-color css
<style>
span { border-color: #AB839C; }
span { border-color: rgb(171,131,156); }
td.TdClassName
{
border-color: #AB839C;
}
.TagClassName
{
border-color: #AB839C;
}
</style>