Shades of Bouquet #AB709E
Tints of Bouquet #AB709E
RGB
CMYK
RGB Variations
Color information
#AB709E (or 0xAB709E) is known color: Bouquet. HEX triplet: AB, 70 and 9E. RGB value is (171,112,158). Sum of RGB (Red+Green+Blue) = 171+112+158=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB709E is #548F61. Grayscale: #868686. Windows color (decimal): -5541730 or 10383531. OLE color: 10383531.
HSL color Cylindrical-coordinate representation of color #AB709E: hue angle of 313.22º 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 #AB709E is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 158 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.33 |
| HSL | 313.22º | 0.26% | 0.55% | - |
| HSV(B) | 313.22º | 0.35% | 0.67% | - |
| XYZ | 28.76 | 22.71 | 35.22 | - |
| YUV | 134.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 158 | 0 | 0.35 | 0.08 | 0.33 | 313.22 | 0.26 | 0.55 |
| Hex | AB | 70 | 9E | 0 | 23 | 8 | 21 | 139 | 1A | 37 |
| Octal | 253 | 160 | 236 | 0 | 43 | 10 | 41 | 471 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10011110 | 0 | 100011 | 1000 | 100001 | 100111001 | 11010 | 110111 |
Color Harmonies of #AB709E
Complementary color
Monochromatic Colors of #AB709E
Black with #AB709E
Text Example
Text Example
White with #AB709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB709E; }
p { color: rgb(171,112,158); }
H1.HeaderClassName
{
color: #AB709E;
}
.AnyTagClassName
{
color: #AB709E;
}
</style>
background-color css
<style>
a { background-color: #AB709E; }
a { background-color: rgb(171,112,158); }
div.DivClassName
{
background-color: #AB709E;
}
.BgClassName
{
background-color: #AB709E;
}
</style>
border-color css
<style>
span { border-color: #AB709E; }
span { border-color: rgb(171,112,158); }
td.TdClassName
{
border-color: #AB709E;
}
.TagClassName
{
border-color: #AB709E;
}
</style>