Shades of Bouquet #AB7B95
Tints of Bouquet #AB7B95
RGB
CMYK
RGB Variations
Color information
#AB7B95 (or 0xAB7B95) is known color: Bouquet. HEX triplet: AB, 7B and 95. RGB value is (171,123,149). Sum of RGB (Red+Green+Blue) = 171+123+149=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B95 is #54846A. Grayscale: #8C8C8C. Windows color (decimal): -5538923 or 9796523. OLE color: 9796523.
HSL color Cylindrical-coordinate representation of color #AB7B95: hue angle of 327.5º 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 #AB7B95 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 149 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.33 |
| HSL | 327.5º | 0.22% | 0.58% | - |
| HSV(B) | 327.5º | 0.28% | 0.67% | - |
| XYZ | 29.3 | 24.99 | 31.71 | - |
| YUV | 140.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 149 | 0 | 0.28 | 0.13 | 0.33 | 327.5 | 0.22 | 0.58 |
| Hex | AB | 7B | 95 | 0 | 1C | D | 21 | 148 | 16 | 3A |
| Octal | 253 | 173 | 225 | 0 | 34 | 15 | 41 | 510 | 26 | 72 |
| Binary | 10101011 | 1111011 | 10010101 | 0 | 11100 | 1101 | 100001 | 101001000 | 10110 | 111010 |
Color Harmonies of #AB7B95
Complementary color
Monochromatic Colors of #AB7B95
Black with #AB7B95
Text Example
Text Example
White with #AB7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B95; }
p { color: rgb(171,123,149); }
H1.HeaderClassName
{
color: #AB7B95;
}
.AnyTagClassName
{
color: #AB7B95;
}
</style>
background-color css
<style>
a { background-color: #AB7B95; }
a { background-color: rgb(171,123,149); }
div.DivClassName
{
background-color: #AB7B95;
}
.BgClassName
{
background-color: #AB7B95;
}
</style>
border-color css
<style>
span { border-color: #AB7B95; }
span { border-color: rgb(171,123,149); }
td.TdClassName
{
border-color: #AB7B95;
}
.TagClassName
{
border-color: #AB7B95;
}
</style>