Shades of Bouquet #AB7E9F
Tints of Bouquet #AB7E9F
RGB
CMYK
RGB Variations
Color information
#AB7E9F (or 0xAB7E9F) is known color: Bouquet. HEX triplet: AB, 7E and 9F. RGB value is (171,126,159). Sum of RGB (Red+Green+Blue) = 171+126+159=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E9F is #548160. Grayscale: #8F8F8F. Windows color (decimal): -5538145 or 10452651. OLE color: 10452651.
HSL color Cylindrical-coordinate representation of color #AB7E9F: hue angle of 316º 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 #AB7E9F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 159 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.33 |
| HSL | 316º | 0.21% | 0.58% | - |
| HSV(B) | 316º | 0.26% | 0.67% | - |
| XYZ | 30.51 | 26.08 | 36.23 | - |
| YUV | 143.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 159 | 0 | 0.26 | 0.07 | 0.33 | 316 | 0.21 | 0.58 |
| Hex | AB | 7E | 9F | 0 | 1A | 7 | 21 | 13C | 15 | 3A |
| Octal | 253 | 176 | 237 | 0 | 32 | 7 | 41 | 474 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10011111 | 0 | 11010 | 111 | 100001 | 100111100 | 10101 | 111010 |
Color Harmonies of #AB7E9F
Complementary color
Monochromatic Colors of #AB7E9F
Black with #AB7E9F
Text Example
Text Example
White with #AB7E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E9F; }
p { color: rgb(171,126,159); }
H1.HeaderClassName
{
color: #AB7E9F;
}
.AnyTagClassName
{
color: #AB7E9F;
}
</style>
background-color css
<style>
a { background-color: #AB7E9F; }
a { background-color: rgb(171,126,159); }
div.DivClassName
{
background-color: #AB7E9F;
}
.BgClassName
{
background-color: #AB7E9F;
}
</style>
border-color css
<style>
span { border-color: #AB7E9F; }
span { border-color: rgb(171,126,159); }
td.TdClassName
{
border-color: #AB7E9F;
}
.TagClassName
{
border-color: #AB7E9F;
}
</style>