Shades of Bouquet #AB7F9C
Tints of Bouquet #AB7F9C
RGB
CMYK
RGB Variations
Color information
#AB7F9C (or 0xAB7F9C) is known color: Bouquet. HEX triplet: AB, 7F and 9C. RGB value is (171,127,156). Sum of RGB (Red+Green+Blue) = 171+127+156=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F9C is #548063. Grayscale: #8F8F8F. Windows color (decimal): -5537892 or 10256299. OLE color: 10256299.
HSL color Cylindrical-coordinate representation of color #AB7F9C: hue angle of 320.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7F9C is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 156 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.33 |
| HSL | 320.45º | 0.21% | 0.58% | - |
| HSV(B) | 320.45º | 0.26% | 0.67% | - |
| XYZ | 30.38 | 26.24 | 34.92 | - |
| YUV | 143.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 156 | 0 | 0.26 | 0.09 | 0.33 | 320.45 | 0.21 | 0.58 |
| Hex | AB | 7F | 9C | 0 | 1A | 9 | 21 | 140 | 15 | 3A |
| Octal | 253 | 177 | 234 | 0 | 32 | 11 | 41 | 500 | 25 | 72 |
| Binary | 10101011 | 1111111 | 10011100 | 0 | 11010 | 1001 | 100001 | 101000000 | 10101 | 111010 |
Color Harmonies of #AB7F9C
Complementary color
Monochromatic Colors of #AB7F9C
Black with #AB7F9C
Text Example
Text Example
White with #AB7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F9C; }
p { color: rgb(171,127,156); }
H1.HeaderClassName
{
color: #AB7F9C;
}
.AnyTagClassName
{
color: #AB7F9C;
}
</style>
background-color css
<style>
a { background-color: #AB7F9C; }
a { background-color: rgb(171,127,156); }
div.DivClassName
{
background-color: #AB7F9C;
}
.BgClassName
{
background-color: #AB7F9C;
}
</style>
border-color css
<style>
span { border-color: #AB7F9C; }
span { border-color: rgb(171,127,156); }
td.TdClassName
{
border-color: #AB7F9C;
}
.TagClassName
{
border-color: #AB7F9C;
}
</style>