Shades of Bouquet #AB728F
Tints of Bouquet #AB728F
RGB
CMYK
RGB Variations
Color information
#AB728F (or 0xAB728F) is known color: Bouquet. HEX triplet: AB, 72 and 8F. RGB value is (171,114,143). Sum of RGB (Red+Green+Blue) = 171+114+143=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB728F is #548D70. Grayscale: #868686. Windows color (decimal): -5541233 or 9401003. OLE color: 9401003.
HSL color Cylindrical-coordinate representation of color #AB728F: hue angle of 329.47º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB728F is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 143 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.33 |
| HSL | 329.47º | 0.25% | 0.56% | - |
| HSV(B) | 329.47º | 0.33% | 0.67% | - |
| XYZ | 27.77 | 22.68 | 28.9 | - |
| YUV | 134.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 143 | 0 | 0.33 | 0.16 | 0.33 | 329.47 | 0.25 | 0.56 |
| Hex | AB | 72 | 8F | 0 | 21 | 10 | 21 | 149 | 19 | 38 |
| Octal | 253 | 162 | 217 | 0 | 41 | 20 | 41 | 511 | 31 | 70 |
| Binary | 10101011 | 1110010 | 10001111 | 0 | 100001 | 10000 | 100001 | 101001001 | 11001 | 111000 |
Color Harmonies of #AB728F
Complementary color
Monochromatic Colors of #AB728F
Black with #AB728F
Text Example
Text Example
White with #AB728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB728F; }
p { color: rgb(171,114,143); }
H1.HeaderClassName
{
color: #AB728F;
}
.AnyTagClassName
{
color: #AB728F;
}
</style>
background-color css
<style>
a { background-color: #AB728F; }
a { background-color: rgb(171,114,143); }
div.DivClassName
{
background-color: #AB728F;
}
.BgClassName
{
background-color: #AB728F;
}
</style>
border-color css
<style>
span { border-color: #AB728F; }
span { border-color: rgb(171,114,143); }
td.TdClassName
{
border-color: #AB728F;
}
.TagClassName
{
border-color: #AB728F;
}
</style>