Shades of Bouquet #AB7E9C
Tints of Bouquet #AB7E9C
RGB
CMYK
RGB Variations
Color information
#AB7E9C (or 0xAB7E9C) is known color: Bouquet. HEX triplet: AB, 7E and 9C. RGB value is (171,126,156). Sum of RGB (Red+Green+Blue) = 171+126+156=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E9C is #548163. Grayscale: #8E8E8E. Windows color (decimal): -5538148 or 10256043. OLE color: 10256043.
HSL color Cylindrical-coordinate representation of color #AB7E9C: hue angle of 320º 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 #AB7E9C is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 156 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.33 |
| HSL | 320º | 0.21% | 0.58% | - |
| HSV(B) | 320º | 0.26% | 0.67% | - |
| XYZ | 30.26 | 25.98 | 34.87 | - |
| YUV | 142.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 156 | 0 | 0.26 | 0.09 | 0.33 | 320 | 0.21 | 0.58 |
| Hex | AB | 7E | 9C | 0 | 1A | 9 | 21 | 140 | 15 | 3A |
| Octal | 253 | 176 | 234 | 0 | 32 | 11 | 41 | 500 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10011100 | 0 | 11010 | 1001 | 100001 | 101000000 | 10101 | 111010 |
Color Harmonies of #AB7E9C
Complementary color
Monochromatic Colors of #AB7E9C
Black with #AB7E9C
Text Example
Text Example
White with #AB7E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E9C; }
p { color: rgb(171,126,156); }
H1.HeaderClassName
{
color: #AB7E9C;
}
.AnyTagClassName
{
color: #AB7E9C;
}
</style>
background-color css
<style>
a { background-color: #AB7E9C; }
a { background-color: rgb(171,126,156); }
div.DivClassName
{
background-color: #AB7E9C;
}
.BgClassName
{
background-color: #AB7E9C;
}
</style>
border-color css
<style>
span { border-color: #AB7E9C; }
span { border-color: rgb(171,126,156); }
td.TdClassName
{
border-color: #AB7E9C;
}
.TagClassName
{
border-color: #AB7E9C;
}
</style>