Shades of Bouquet #AB718F
Tints of Bouquet #AB718F
RGB
CMYK
RGB Variations
Color information
#AB718F (or 0xAB718F) is known color: Bouquet. HEX triplet: AB, 71 and 8F. RGB value is (171,113,143). Sum of RGB (Red+Green+Blue) = 171+113+143=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718F is #548E70. Grayscale: #858585. Windows color (decimal): -5541489 or 9400747. OLE color: 9400747.
HSL color Cylindrical-coordinate representation of color #AB718F: hue angle of 328.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB718F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 143 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.33 |
| HSL | 328.97º | 0.26% | 0.56% | - |
| HSV(B) | 328.97º | 0.34% | 0.67% | - |
| XYZ | 27.66 | 22.45 | 28.86 | - |
| YUV | 133.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 143 | 0 | 0.34 | 0.16 | 0.33 | 328.97 | 0.26 | 0.56 |
| Hex | AB | 71 | 8F | 0 | 22 | 10 | 21 | 149 | 1A | 38 |
| Octal | 253 | 161 | 217 | 0 | 42 | 20 | 41 | 511 | 32 | 70 |
| Binary | 10101011 | 1110001 | 10001111 | 0 | 100010 | 10000 | 100001 | 101001001 | 11010 | 111000 |
Color Harmonies of #AB718F
Complementary color
Monochromatic Colors of #AB718F
Black with #AB718F
Text Example
Text Example
White with #AB718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB718F; }
p { color: rgb(171,113,143); }
H1.HeaderClassName
{
color: #AB718F;
}
.AnyTagClassName
{
color: #AB718F;
}
</style>
background-color css
<style>
a { background-color: #AB718F; }
a { background-color: rgb(171,113,143); }
div.DivClassName
{
background-color: #AB718F;
}
.BgClassName
{
background-color: #AB718F;
}
</style>
border-color css
<style>
span { border-color: #AB718F; }
span { border-color: rgb(171,113,143); }
td.TdClassName
{
border-color: #AB718F;
}
.TagClassName
{
border-color: #AB718F;
}
</style>