Shades of Bouquet #AB749A
Tints of Bouquet #AB749A
RGB
CMYK
RGB Variations
Color information
#AB749A (or 0xAB749A) is known color: Bouquet. HEX triplet: AB, 74 and 9A. RGB value is (171,116,154). Sum of RGB (Red+Green+Blue) = 171+116+154=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB749A is #548B65. Grayscale: #888888. Windows color (decimal): -5540710 or 10122411. OLE color: 10122411.
HSL color Cylindrical-coordinate representation of color #AB749A: hue angle of 318.55º degrees, saturation: 0.25, 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 #AB749A is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 154 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.33 |
| HSL | 318.55º | 0.25% | 0.56% | - |
| HSV(B) | 318.55º | 0.32% | 0.67% | - |
| XYZ | 28.87 | 23.48 | 33.58 | - |
| YUV | 136.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 154 | 0 | 0.32 | 0.10 | 0.33 | 318.55 | 0.25 | 0.56 |
| Hex | AB | 74 | 9A | 0 | 20 | A | 21 | 13F | 19 | 38 |
| Octal | 253 | 164 | 232 | 0 | 40 | 12 | 41 | 477 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10011010 | 0 | 100000 | 1010 | 100001 | 100111111 | 11001 | 111000 |
Color Harmonies of #AB749A
Complementary color
Monochromatic Colors of #AB749A
Black with #AB749A
Text Example
Text Example
White with #AB749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB749A; }
p { color: rgb(171,116,154); }
H1.HeaderClassName
{
color: #AB749A;
}
.AnyTagClassName
{
color: #AB749A;
}
</style>
background-color css
<style>
a { background-color: #AB749A; }
a { background-color: rgb(171,116,154); }
div.DivClassName
{
background-color: #AB749A;
}
.BgClassName
{
background-color: #AB749A;
}
</style>
border-color css
<style>
span { border-color: #AB749A; }
span { border-color: rgb(171,116,154); }
td.TdClassName
{
border-color: #AB749A;
}
.TagClassName
{
border-color: #AB749A;
}
</style>