Shades of Bouquet #AB709D
Tints of Bouquet #AB709D
RGB
CMYK
RGB Variations
Color information
#AB709D (or 0xAB709D) is known color: Bouquet. HEX triplet: AB, 70 and 9D. RGB value is (171,112,157). Sum of RGB (Red+Green+Blue) = 171+112+157=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB709D is #548F62. Grayscale: #868686. Windows color (decimal): -5541731 or 10317995. OLE color: 10317995.
HSL color Cylindrical-coordinate representation of color #AB709D: hue angle of 314.24º 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 #AB709D is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 157 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.33 |
| HSL | 314.24º | 0.26% | 0.55% | - |
| HSV(B) | 314.24º | 0.35% | 0.67% | - |
| XYZ | 28.67 | 22.68 | 34.76 | - |
| YUV | 134.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 157 | 0 | 0.35 | 0.08 | 0.33 | 314.24 | 0.26 | 0.55 |
| Hex | AB | 70 | 9D | 0 | 23 | 8 | 21 | 13A | 1A | 37 |
| Octal | 253 | 160 | 235 | 0 | 43 | 10 | 41 | 472 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10011101 | 0 | 100011 | 1000 | 100001 | 100111010 | 11010 | 110111 |
Color Harmonies of #AB709D
Complementary color
Monochromatic Colors of #AB709D
Black with #AB709D
Text Example
Text Example
White with #AB709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB709D; }
p { color: rgb(171,112,157); }
H1.HeaderClassName
{
color: #AB709D;
}
.AnyTagClassName
{
color: #AB709D;
}
</style>
background-color css
<style>
a { background-color: #AB709D; }
a { background-color: rgb(171,112,157); }
div.DivClassName
{
background-color: #AB709D;
}
.BgClassName
{
background-color: #AB709D;
}
</style>
border-color css
<style>
span { border-color: #AB709D; }
span { border-color: rgb(171,112,157); }
td.TdClassName
{
border-color: #AB709D;
}
.TagClassName
{
border-color: #AB709D;
}
</style>