Shades of Bouquet #AB7F9F
Tints of Bouquet #AB7F9F
RGB
CMYK
RGB Variations
Color information
#AB7F9F (or 0xAB7F9F) is known color: Bouquet. HEX triplet: AB, 7F and 9F. RGB value is (171,127,159). Sum of RGB (Red+Green+Blue) = 171+127+159=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F9F is #548060. Grayscale: #8F8F8F. Windows color (decimal): -5537889 or 10452907. OLE color: 10452907.
HSL color Cylindrical-coordinate representation of color #AB7F9F: hue angle of 316.36º 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 #AB7F9F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 159 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.33 |
| HSL | 316.36º | 0.21% | 0.58% | - |
| HSV(B) | 316.36º | 0.26% | 0.67% | - |
| XYZ | 30.64 | 26.34 | 36.27 | - |
| YUV | 143.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 159 | 0 | 0.26 | 0.07 | 0.33 | 316.36 | 0.21 | 0.58 |
| Hex | AB | 7F | 9F | 0 | 1A | 7 | 21 | 13C | 15 | 3A |
| Octal | 253 | 177 | 237 | 0 | 32 | 7 | 41 | 474 | 25 | 72 |
| Binary | 10101011 | 1111111 | 10011111 | 0 | 11010 | 111 | 100001 | 100111100 | 10101 | 111010 |
Color Harmonies of #AB7F9F
Complementary color
Monochromatic Colors of #AB7F9F
Black with #AB7F9F
Text Example
Text Example
White with #AB7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F9F; }
p { color: rgb(171,127,159); }
H1.HeaderClassName
{
color: #AB7F9F;
}
.AnyTagClassName
{
color: #AB7F9F;
}
</style>
background-color css
<style>
a { background-color: #AB7F9F; }
a { background-color: rgb(171,127,159); }
div.DivClassName
{
background-color: #AB7F9F;
}
.BgClassName
{
background-color: #AB7F9F;
}
</style>
border-color css
<style>
span { border-color: #AB7F9F; }
span { border-color: rgb(171,127,159); }
td.TdClassName
{
border-color: #AB7F9F;
}
.TagClassName
{
border-color: #AB7F9F;
}
</style>