Shades of Bouquet #AB799D
Tints of Bouquet #AB799D
RGB
CMYK
RGB Variations
Color information
#AB799D (or 0xAB799D) is known color: Bouquet. HEX triplet: AB, 79 and 9D. RGB value is (171,121,157). Sum of RGB (Red+Green+Blue) = 171+121+157=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799D is #548662. Grayscale: #8B8B8B. Windows color (decimal): -5539427 or 10320299. OLE color: 10320299.
HSL color Cylindrical-coordinate representation of color #AB799D: hue angle of 316.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 #AB799D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 157 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.33 |
| HSL | 316.8º | 0.23% | 0.57% | - |
| HSV(B) | 316.8º | 0.29% | 0.67% | - |
| XYZ | 29.72 | 24.77 | 35.11 | - |
| YUV | 140.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 157 | 0 | 0.29 | 0.08 | 0.33 | 316.8 | 0.23 | 0.57 |
| Hex | AB | 79 | 9D | 0 | 1D | 8 | 21 | 13D | 17 | 39 |
| Octal | 253 | 171 | 235 | 0 | 35 | 10 | 41 | 475 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10011101 | 0 | 11101 | 1000 | 100001 | 100111101 | 10111 | 111001 |
Color Harmonies of #AB799D
Complementary color
Monochromatic Colors of #AB799D
Black with #AB799D
Text Example
Text Example
White with #AB799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB799D; }
p { color: rgb(171,121,157); }
H1.HeaderClassName
{
color: #AB799D;
}
.AnyTagClassName
{
color: #AB799D;
}
</style>
background-color css
<style>
a { background-color: #AB799D; }
a { background-color: rgb(171,121,157); }
div.DivClassName
{
background-color: #AB799D;
}
.BgClassName
{
background-color: #AB799D;
}
</style>
border-color css
<style>
span { border-color: #AB799D; }
span { border-color: rgb(171,121,157); }
td.TdClassName
{
border-color: #AB799D;
}
.TagClassName
{
border-color: #AB799D;
}
</style>