Shades of Bouquet #AB7F93
Tints of Bouquet #AB7F93
RGB
CMYK
RGB Variations
Color information
#AB7F93 (or 0xAB7F93) is known color: Bouquet. HEX triplet: AB, 7F and 93. RGB value is (171,127,147). Sum of RGB (Red+Green+Blue) = 171+127+147=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F93 is #54806C. Grayscale: #8E8E8E. Windows color (decimal): -5537901 or 9666475. OLE color: 9666475.
HSL color Cylindrical-coordinate representation of color #AB7F93: hue angle of 332.73º 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 #AB7F93 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 147 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.33 |
| HSL | 332.73º | 0.21% | 0.58% | - |
| HSV(B) | 332.73º | 0.26% | 0.67% | - |
| XYZ | 29.65 | 25.94 | 31.05 | - |
| YUV | 142.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 147 | 0 | 0.26 | 0.14 | 0.33 | 332.73 | 0.21 | 0.58 |
| Hex | AB | 7F | 93 | 0 | 1A | E | 21 | 14D | 15 | 3A |
| Octal | 253 | 177 | 223 | 0 | 32 | 16 | 41 | 515 | 25 | 72 |
| Binary | 10101011 | 1111111 | 10010011 | 0 | 11010 | 1110 | 100001 | 101001101 | 10101 | 111010 |
Color Harmonies of #AB7F93
Complementary color
Monochromatic Colors of #AB7F93
Black with #AB7F93
Text Example
Text Example
White with #AB7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F93; }
p { color: rgb(171,127,147); }
H1.HeaderClassName
{
color: #AB7F93;
}
.AnyTagClassName
{
color: #AB7F93;
}
</style>
background-color css
<style>
a { background-color: #AB7F93; }
a { background-color: rgb(171,127,147); }
div.DivClassName
{
background-color: #AB7F93;
}
.BgClassName
{
background-color: #AB7F93;
}
</style>
border-color css
<style>
span { border-color: #AB7F93; }
span { border-color: rgb(171,127,147); }
td.TdClassName
{
border-color: #AB7F93;
}
.TagClassName
{
border-color: #AB7F93;
}
</style>