Shades of Bouquet #AB799F
Tints of Bouquet #AB799F
RGB
CMYK
RGB Variations
Color information
#AB799F (or 0xAB799F) is known color: Bouquet. HEX triplet: AB, 79 and 9F. RGB value is (171,121,159). Sum of RGB (Red+Green+Blue) = 171+121+159=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799F is #548660. Grayscale: #8C8C8C. Windows color (decimal): -5539425 or 10451371. OLE color: 10451371.
HSL color Cylindrical-coordinate representation of color #AB799F: hue angle of 314.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 #AB799F is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 159 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.33 |
| HSL | 314.4º | 0.23% | 0.57% | - |
| HSV(B) | 314.4º | 0.29% | 0.67% | - |
| XYZ | 29.89 | 24.84 | 36.02 | - |
| YUV | 140.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 159 | 0 | 0.29 | 0.07 | 0.33 | 314.4 | 0.23 | 0.57 |
| Hex | AB | 79 | 9F | 0 | 1D | 7 | 21 | 13A | 17 | 39 |
| Octal | 253 | 171 | 237 | 0 | 35 | 7 | 41 | 472 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10011111 | 0 | 11101 | 111 | 100001 | 100111010 | 10111 | 111001 |
Color Harmonies of #AB799F
Complementary color
Monochromatic Colors of #AB799F
Black with #AB799F
Text Example
Text Example
White with #AB799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB799F; }
p { color: rgb(171,121,159); }
H1.HeaderClassName
{
color: #AB799F;
}
.AnyTagClassName
{
color: #AB799F;
}
</style>
background-color css
<style>
a { background-color: #AB799F; }
a { background-color: rgb(171,121,159); }
div.DivClassName
{
background-color: #AB799F;
}
.BgClassName
{
background-color: #AB799F;
}
</style>
border-color css
<style>
span { border-color: #AB799F; }
span { border-color: rgb(171,121,159); }
td.TdClassName
{
border-color: #AB799F;
}
.TagClassName
{
border-color: #AB799F;
}
</style>