Shades of Bouquet #AB759D
Tints of Bouquet #AB759D
RGB
CMYK
RGB Variations
Color information
#AB759D (or 0xAB759D) is known color: Bouquet. HEX triplet: AB, 75 and 9D. RGB value is (171,117,157). Sum of RGB (Red+Green+Blue) = 171+117+157=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB759D is #548A62. Grayscale: #898989. Windows color (decimal): -5540451 or 10319275. OLE color: 10319275.
HSL color Cylindrical-coordinate representation of color #AB759D: hue angle of 315.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB759D is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 157 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.33 |
| HSL | 315.56º | 0.24% | 0.56% | - |
| HSV(B) | 315.56º | 0.32% | 0.67% | - |
| XYZ | 29.24 | 23.81 | 34.95 | - |
| YUV | 137.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 157 | 0 | 0.32 | 0.08 | 0.33 | 315.56 | 0.24 | 0.56 |
| Hex | AB | 75 | 9D | 0 | 20 | 8 | 21 | 13C | 18 | 38 |
| Octal | 253 | 165 | 235 | 0 | 40 | 10 | 41 | 474 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10011101 | 0 | 100000 | 1000 | 100001 | 100111100 | 11000 | 111000 |
Color Harmonies of #AB759D
Complementary color
Monochromatic Colors of #AB759D
Black with #AB759D
Text Example
Text Example
White with #AB759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB759D; }
p { color: rgb(171,117,157); }
H1.HeaderClassName
{
color: #AB759D;
}
.AnyTagClassName
{
color: #AB759D;
}
</style>
background-color css
<style>
a { background-color: #AB759D; }
a { background-color: rgb(171,117,157); }
div.DivClassName
{
background-color: #AB759D;
}
.BgClassName
{
background-color: #AB759D;
}
</style>
border-color css
<style>
span { border-color: #AB759D; }
span { border-color: rgb(171,117,157); }
td.TdClassName
{
border-color: #AB759D;
}
.TagClassName
{
border-color: #AB759D;
}
</style>