Shades of Bouquet #AB7B9A
Tints of Bouquet #AB7B9A
RGB
CMYK
RGB Variations
Color information
#AB7B9A (or 0xAB7B9A) is known color: Bouquet. HEX triplet: AB, 7B and 9A. RGB value is (171,123,154). Sum of RGB (Red+Green+Blue) = 171+123+154=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B9A is #548465. Grayscale: #8C8C8C. Windows color (decimal): -5538918 or 10124203. OLE color: 10124203.
HSL color Cylindrical-coordinate representation of color #AB7B9A: hue angle of 321.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 #AB7B9A is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 154 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.33 |
| HSL | 321.25º | 0.22% | 0.58% | - |
| HSV(B) | 321.25º | 0.28% | 0.67% | - |
| XYZ | 29.71 | 25.16 | 33.86 | - |
| YUV | 140.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 154 | 0 | 0.28 | 0.10 | 0.33 | 321.25 | 0.22 | 0.58 |
| Hex | AB | 7B | 9A | 0 | 1C | A | 21 | 141 | 16 | 3A |
| Octal | 253 | 173 | 232 | 0 | 34 | 12 | 41 | 501 | 26 | 72 |
| Binary | 10101011 | 1111011 | 10011010 | 0 | 11100 | 1010 | 100001 | 101000001 | 10110 | 111010 |
Color Harmonies of #AB7B9A
Complementary color
Monochromatic Colors of #AB7B9A
Black with #AB7B9A
Text Example
Text Example
White with #AB7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B9A; }
p { color: rgb(171,123,154); }
H1.HeaderClassName
{
color: #AB7B9A;
}
.AnyTagClassName
{
color: #AB7B9A;
}
</style>
background-color css
<style>
a { background-color: #AB7B9A; }
a { background-color: rgb(171,123,154); }
div.DivClassName
{
background-color: #AB7B9A;
}
.BgClassName
{
background-color: #AB7B9A;
}
</style>
border-color css
<style>
span { border-color: #AB7B9A; }
span { border-color: rgb(171,123,154); }
td.TdClassName
{
border-color: #AB7B9A;
}
.TagClassName
{
border-color: #AB7B9A;
}
</style>