Shades of Bouquet #AB709C
Tints of Bouquet #AB709C
RGB
CMYK
RGB Variations
Color information
#AB709C (or 0xAB709C) is known color: Bouquet. HEX triplet: AB, 70 and 9C. RGB value is (171,112,156). Sum of RGB (Red+Green+Blue) = 171+112+156=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB709C is #548F63. Grayscale: #868686. Windows color (decimal): -5541732 or 10252459. OLE color: 10252459.
HSL color Cylindrical-coordinate representation of color #AB709C: hue angle of 315.25º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB709C is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 156 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.33 |
| HSL | 315.25º | 0.26% | 0.55% | - |
| HSV(B) | 315.25º | 0.35% | 0.67% | - |
| XYZ | 28.59 | 22.65 | 34.32 | - |
| YUV | 134.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 156 | 0 | 0.35 | 0.09 | 0.33 | 315.25 | 0.26 | 0.55 |
| Hex | AB | 70 | 9C | 0 | 23 | 9 | 21 | 13B | 1A | 37 |
| Octal | 253 | 160 | 234 | 0 | 43 | 11 | 41 | 473 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10011100 | 0 | 100011 | 1001 | 100001 | 100111011 | 11010 | 110111 |
Color Harmonies of #AB709C
Complementary color
Monochromatic Colors of #AB709C
Black with #AB709C
Text Example
Text Example
White with #AB709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB709C; }
p { color: rgb(171,112,156); }
H1.HeaderClassName
{
color: #AB709C;
}
.AnyTagClassName
{
color: #AB709C;
}
</style>
background-color css
<style>
a { background-color: #AB709C; }
a { background-color: rgb(171,112,156); }
div.DivClassName
{
background-color: #AB709C;
}
.BgClassName
{
background-color: #AB709C;
}
</style>
border-color css
<style>
span { border-color: #AB709C; }
span { border-color: rgb(171,112,156); }
td.TdClassName
{
border-color: #AB709C;
}
.TagClassName
{
border-color: #AB709C;
}
</style>