Shades of Bouquet #AB799C
Tints of Bouquet #AB799C
RGB
CMYK
RGB Variations
Color information
#AB799C (or 0xAB799C) is known color: Bouquet. HEX triplet: AB, 79 and 9C. RGB value is (171,121,156). Sum of RGB (Red+Green+Blue) = 171+121+156=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799C is #548663. Grayscale: #8B8B8B. Windows color (decimal): -5539428 or 10254763. OLE color: 10254763.
HSL color Cylindrical-coordinate representation of color #AB799C: hue angle of 318º 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 #AB799C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 156 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.33 |
| HSL | 318º | 0.23% | 0.57% | - |
| HSV(B) | 318º | 0.29% | 0.67% | - |
| XYZ | 29.63 | 24.73 | 34.66 | - |
| YUV | 139.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 156 | 0 | 0.29 | 0.09 | 0.33 | 318 | 0.23 | 0.57 |
| Hex | AB | 79 | 9C | 0 | 1D | 9 | 21 | 13E | 17 | 39 |
| Octal | 253 | 171 | 234 | 0 | 35 | 11 | 41 | 476 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10011100 | 0 | 11101 | 1001 | 100001 | 100111110 | 10111 | 111001 |
Color Harmonies of #AB799C
Complementary color
Monochromatic Colors of #AB799C
Black with #AB799C
Text Example
Text Example
White with #AB799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB799C; }
p { color: rgb(171,121,156); }
H1.HeaderClassName
{
color: #AB799C;
}
.AnyTagClassName
{
color: #AB799C;
}
</style>
background-color css
<style>
a { background-color: #AB799C; }
a { background-color: rgb(171,121,156); }
div.DivClassName
{
background-color: #AB799C;
}
.BgClassName
{
background-color: #AB799C;
}
</style>
border-color css
<style>
span { border-color: #AB799C; }
span { border-color: rgb(171,121,156); }
td.TdClassName
{
border-color: #AB799C;
}
.TagClassName
{
border-color: #AB799C;
}
</style>