Shades of Bouquet #AB7995
Tints of Bouquet #AB7995
RGB
CMYK
RGB Variations
Color information
#AB7995 (or 0xAB7995) is known color: Bouquet. HEX triplet: AB, 79 and 95. RGB value is (171,121,149). Sum of RGB (Red+Green+Blue) = 171+121+149=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7995 is #54866A. Grayscale: #8B8B8B. Windows color (decimal): -5539435 or 9796011. OLE color: 9796011.
HSL color Cylindrical-coordinate representation of color #AB7995: hue angle of 326.4º 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 #AB7995 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 149 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.33 |
| HSL | 326.4º | 0.23% | 0.57% | - |
| HSV(B) | 326.4º | 0.29% | 0.67% | - |
| XYZ | 29.06 | 24.5 | 31.63 | - |
| YUV | 139.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 149 | 0 | 0.29 | 0.13 | 0.33 | 326.4 | 0.23 | 0.57 |
| Hex | AB | 79 | 95 | 0 | 1D | D | 21 | 146 | 17 | 39 |
| Octal | 253 | 171 | 225 | 0 | 35 | 15 | 41 | 506 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10010101 | 0 | 11101 | 1101 | 100001 | 101000110 | 10111 | 111001 |
Color Harmonies of #AB7995
Complementary color
Monochromatic Colors of #AB7995
Black with #AB7995
Text Example
Text Example
White with #AB7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7995; }
p { color: rgb(171,121,149); }
H1.HeaderClassName
{
color: #AB7995;
}
.AnyTagClassName
{
color: #AB7995;
}
</style>
background-color css
<style>
a { background-color: #AB7995; }
a { background-color: rgb(171,121,149); }
div.DivClassName
{
background-color: #AB7995;
}
.BgClassName
{
background-color: #AB7995;
}
</style>
border-color css
<style>
span { border-color: #AB7995; }
span { border-color: rgb(171,121,149); }
td.TdClassName
{
border-color: #AB7995;
}
.TagClassName
{
border-color: #AB7995;
}
</style>