Shades of Bouquet #AB7092
Tints of Bouquet #AB7092
RGB
CMYK
RGB Variations
Color information
#AB7092 (or 0xAB7092) is known color: Bouquet. HEX triplet: AB, 70 and 92. RGB value is (171,112,146). Sum of RGB (Red+Green+Blue) = 171+112+146=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7092 is #548F6D. Grayscale: #858585. Windows color (decimal): -5541742 or 9597099. OLE color: 9597099.
HSL color Cylindrical-coordinate representation of color #AB7092: hue angle of 325.42º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7092 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 146 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.33 |
| HSL | 325.42º | 0.26% | 0.55% | - |
| HSV(B) | 325.42º | 0.35% | 0.67% | - |
| XYZ | 27.78 | 22.32 | 30.04 | - |
| YUV | 133.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 146 | 0 | 0.35 | 0.15 | 0.33 | 325.42 | 0.26 | 0.55 |
| Hex | AB | 70 | 92 | 0 | 23 | F | 21 | 145 | 1A | 37 |
| Octal | 253 | 160 | 222 | 0 | 43 | 17 | 41 | 505 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10010010 | 0 | 100011 | 1111 | 100001 | 101000101 | 11010 | 110111 |
Color Harmonies of #AB7092
Complementary color
Monochromatic Colors of #AB7092
Black with #AB7092
Text Example
Text Example
White with #AB7092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7092; }
p { color: rgb(171,112,146); }
H1.HeaderClassName
{
color: #AB7092;
}
.AnyTagClassName
{
color: #AB7092;
}
</style>
background-color css
<style>
a { background-color: #AB7092; }
a { background-color: rgb(171,112,146); }
div.DivClassName
{
background-color: #AB7092;
}
.BgClassName
{
background-color: #AB7092;
}
</style>
border-color css
<style>
span { border-color: #AB7092; }
span { border-color: rgb(171,112,146); }
td.TdClassName
{
border-color: #AB7092;
}
.TagClassName
{
border-color: #AB7092;
}
</style>