Shades of Bouquet #AB7993
Tints of Bouquet #AB7993
RGB
CMYK
RGB Variations
Color information
#AB7993 (or 0xAB7993) is known color: Bouquet. HEX triplet: AB, 79 and 93. RGB value is (171,121,147). Sum of RGB (Red+Green+Blue) = 171+121+147=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7993 is #54866C. Grayscale: #8A8A8A. Windows color (decimal): -5539437 or 9664939. OLE color: 9664939.
HSL color Cylindrical-coordinate representation of color #AB7993: hue angle of 328.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7993 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 147 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.33 |
| HSL | 328.8º | 0.23% | 0.57% | - |
| HSV(B) | 328.8º | 0.29% | 0.67% | - |
| XYZ | 28.9 | 24.44 | 30.8 | - |
| YUV | 138.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 147 | 0 | 0.29 | 0.14 | 0.33 | 328.8 | 0.23 | 0.57 |
| Hex | AB | 79 | 93 | 0 | 1D | E | 21 | 149 | 17 | 39 |
| Octal | 253 | 171 | 223 | 0 | 35 | 16 | 41 | 511 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10010011 | 0 | 11101 | 1110 | 100001 | 101001001 | 10111 | 111001 |
Color Harmonies of #AB7993
Complementary color
Monochromatic Colors of #AB7993
Black with #AB7993
Text Example
Text Example
White with #AB7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7993; }
p { color: rgb(171,121,147); }
H1.HeaderClassName
{
color: #AB7993;
}
.AnyTagClassName
{
color: #AB7993;
}
</style>
background-color css
<style>
a { background-color: #AB7993; }
a { background-color: rgb(171,121,147); }
div.DivClassName
{
background-color: #AB7993;
}
.BgClassName
{
background-color: #AB7993;
}
</style>
border-color css
<style>
span { border-color: #AB7993; }
span { border-color: rgb(171,121,147); }
td.TdClassName
{
border-color: #AB7993;
}
.TagClassName
{
border-color: #AB7993;
}
</style>