Shades of Bouquet #AB7492
Tints of Bouquet #AB7492
RGB
CMYK
RGB Variations
Color information
#AB7492 (or 0xAB7492) is known color: Bouquet. HEX triplet: AB, 74 and 92. RGB value is (171,116,146). Sum of RGB (Red+Green+Blue) = 171+116+146=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7492 is #548B6D. Grayscale: #878787. Windows color (decimal): -5540718 or 9598123. OLE color: 9598123.
HSL color Cylindrical-coordinate representation of color #AB7492: hue angle of 327.27º 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 #AB7492 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 146 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.33 |
| HSL | 327.27º | 0.25% | 0.56% | - |
| HSV(B) | 327.27º | 0.32% | 0.67% | - |
| XYZ | 28.23 | 23.22 | 30.19 | - |
| YUV | 135.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 146 | 0 | 0.32 | 0.15 | 0.33 | 327.27 | 0.25 | 0.56 |
| Hex | AB | 74 | 92 | 0 | 20 | F | 21 | 147 | 19 | 38 |
| Octal | 253 | 164 | 222 | 0 | 40 | 17 | 41 | 507 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10010010 | 0 | 100000 | 1111 | 100001 | 101000111 | 11001 | 111000 |
Color Harmonies of #AB7492
Complementary color
Monochromatic Colors of #AB7492
Black with #AB7492
Text Example
Text Example
White with #AB7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7492; }
p { color: rgb(171,116,146); }
H1.HeaderClassName
{
color: #AB7492;
}
.AnyTagClassName
{
color: #AB7492;
}
</style>
background-color css
<style>
a { background-color: #AB7492; }
a { background-color: rgb(171,116,146); }
div.DivClassName
{
background-color: #AB7492;
}
.BgClassName
{
background-color: #AB7492;
}
</style>
border-color css
<style>
span { border-color: #AB7492; }
span { border-color: rgb(171,116,146); }
td.TdClassName
{
border-color: #AB7492;
}
.TagClassName
{
border-color: #AB7492;
}
</style>