Shades of Bouquet #AB849D
Tints of Bouquet #AB849D
RGB
CMYK
RGB Variations
Color information
#AB849D (or 0xAB849D) is known color: Bouquet. HEX triplet: AB, 84 and 9D. RGB value is (171,132,157). Sum of RGB (Red+Green+Blue) = 171+132+157=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB849D is #547B62. Grayscale: #929292. Windows color (decimal): -5536611 or 10323115. OLE color: 10323115.
HSL color Cylindrical-coordinate representation of color #AB849D: hue angle of 321.54º 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 #AB849D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 157 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.33 |
| HSL | 321.54º | 0.19% | 0.59% | - |
| HSV(B) | 321.54º | 0.23% | 0.67% | - |
| XYZ | 31.13 | 27.59 | 35.58 | - |
| YUV | 146.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 157 | 0 | 0.23 | 0.08 | 0.33 | 321.54 | 0.19 | 0.59 |
| Hex | AB | 84 | 9D | 0 | 17 | 8 | 21 | 142 | 13 | 3B |
| Octal | 253 | 204 | 235 | 0 | 27 | 10 | 41 | 502 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10011101 | 0 | 10111 | 1000 | 100001 | 101000010 | 10011 | 111011 |
Color Harmonies of #AB849D
Complementary color
Monochromatic Colors of #AB849D
Black with #AB849D
Text Example
Text Example
White with #AB849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB849D; }
p { color: rgb(171,132,157); }
H1.HeaderClassName
{
color: #AB849D;
}
.AnyTagClassName
{
color: #AB849D;
}
</style>
background-color css
<style>
a { background-color: #AB849D; }
a { background-color: rgb(171,132,157); }
div.DivClassName
{
background-color: #AB849D;
}
.BgClassName
{
background-color: #AB849D;
}
</style>
border-color css
<style>
span { border-color: #AB849D; }
span { border-color: rgb(171,132,157); }
td.TdClassName
{
border-color: #AB849D;
}
.TagClassName
{
border-color: #AB849D;
}
</style>