Shades of Bouquet #AB7B92
Tints of Bouquet #AB7B92
RGB
CMYK
RGB Variations
Color information
#AB7B92 (or 0xAB7B92) is known color: Bouquet. HEX triplet: AB, 7B and 92. RGB value is (171,123,146). Sum of RGB (Red+Green+Blue) = 171+123+146=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B92 is #54846D. Grayscale: #8B8B8B. Windows color (decimal): -5538926 or 9599915. OLE color: 9599915.
HSL color Cylindrical-coordinate representation of color #AB7B92: hue angle of 331.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7B92 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 146 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.33 |
| HSL | 331.25º | 0.22% | 0.58% | - |
| HSV(B) | 331.25º | 0.28% | 0.67% | - |
| XYZ | 29.07 | 24.9 | 30.47 | - |
| YUV | 139.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 146 | 0 | 0.28 | 0.15 | 0.33 | 331.25 | 0.22 | 0.58 |
| Hex | AB | 7B | 92 | 0 | 1C | F | 21 | 14B | 16 | 3A |
| Octal | 253 | 173 | 222 | 0 | 34 | 17 | 41 | 513 | 26 | 72 |
| Binary | 10101011 | 1111011 | 10010010 | 0 | 11100 | 1111 | 100001 | 101001011 | 10110 | 111010 |
Color Harmonies of #AB7B92
Complementary color
Monochromatic Colors of #AB7B92
Black with #AB7B92
Text Example
Text Example
White with #AB7B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B92; }
p { color: rgb(171,123,146); }
H1.HeaderClassName
{
color: #AB7B92;
}
.AnyTagClassName
{
color: #AB7B92;
}
</style>
background-color css
<style>
a { background-color: #AB7B92; }
a { background-color: rgb(171,123,146); }
div.DivClassName
{
background-color: #AB7B92;
}
.BgClassName
{
background-color: #AB7B92;
}
</style>
border-color css
<style>
span { border-color: #AB7B92; }
span { border-color: rgb(171,123,146); }
td.TdClassName
{
border-color: #AB7B92;
}
.TagClassName
{
border-color: #AB7B92;
}
</style>