Shades of Bouquet #AB7E9E
Tints of Bouquet #AB7E9E
RGB
CMYK
RGB Variations
Color information
#AB7E9E (or 0xAB7E9E) is known color: Bouquet. HEX triplet: AB, 7E and 9E. RGB value is (171,126,158). Sum of RGB (Red+Green+Blue) = 171+126+158=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E9E is #548161. Grayscale: #8F8F8F. Windows color (decimal): -5538146 or 10387115. OLE color: 10387115.
HSL color Cylindrical-coordinate representation of color #AB7E9E: hue angle of 317.33º 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 #AB7E9E is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 158 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.33 |
| HSL | 317.33º | 0.21% | 0.58% | - |
| HSV(B) | 317.33º | 0.26% | 0.67% | - |
| XYZ | 30.43 | 26.05 | 35.77 | - |
| YUV | 143.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 158 | 0 | 0.26 | 0.08 | 0.33 | 317.33 | 0.21 | 0.58 |
| Hex | AB | 7E | 9E | 0 | 1A | 8 | 21 | 13D | 15 | 3A |
| Octal | 253 | 176 | 236 | 0 | 32 | 10 | 41 | 475 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10011110 | 0 | 11010 | 1000 | 100001 | 100111101 | 10101 | 111010 |
Color Harmonies of #AB7E9E
Complementary color
Monochromatic Colors of #AB7E9E
Black with #AB7E9E
Text Example
Text Example
White with #AB7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E9E; }
p { color: rgb(171,126,158); }
H1.HeaderClassName
{
color: #AB7E9E;
}
.AnyTagClassName
{
color: #AB7E9E;
}
</style>
background-color css
<style>
a { background-color: #AB7E9E; }
a { background-color: rgb(171,126,158); }
div.DivClassName
{
background-color: #AB7E9E;
}
.BgClassName
{
background-color: #AB7E9E;
}
</style>
border-color css
<style>
span { border-color: #AB7E9E; }
span { border-color: rgb(171,126,158); }
td.TdClassName
{
border-color: #AB7E9E;
}
.TagClassName
{
border-color: #AB7E9E;
}
</style>