Shades of Bouquet #AB7392
Tints of Bouquet #AB7392
RGB
CMYK
RGB Variations
Color information
#AB7392 (or 0xAB7392) is known color: Bouquet. HEX triplet: AB, 73 and 92. RGB value is (171,115,146). Sum of RGB (Red+Green+Blue) = 171+115+146=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7392 is #548C6D. Grayscale: #878787. Windows color (decimal): -5540974 or 9597867. OLE color: 9597867.
HSL color Cylindrical-coordinate representation of color #AB7392: hue angle of 326.79º 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 #AB7392 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 146 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.33 |
| HSL | 326.79º | 0.25% | 0.56% | - |
| HSV(B) | 326.79º | 0.33% | 0.67% | - |
| XYZ | 28.11 | 22.99 | 30.15 | - |
| YUV | 135.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 146 | 0 | 0.33 | 0.15 | 0.33 | 326.79 | 0.25 | 0.56 |
| Hex | AB | 73 | 92 | 0 | 21 | F | 21 | 147 | 19 | 38 |
| Octal | 253 | 163 | 222 | 0 | 41 | 17 | 41 | 507 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10010010 | 0 | 100001 | 1111 | 100001 | 101000111 | 11001 | 111000 |
Color Harmonies of #AB7392
Complementary color
Monochromatic Colors of #AB7392
Black with #AB7392
Text Example
Text Example
White with #AB7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7392; }
p { color: rgb(171,115,146); }
H1.HeaderClassName
{
color: #AB7392;
}
.AnyTagClassName
{
color: #AB7392;
}
</style>
background-color css
<style>
a { background-color: #AB7392; }
a { background-color: rgb(171,115,146); }
div.DivClassName
{
background-color: #AB7392;
}
.BgClassName
{
background-color: #AB7392;
}
</style>
border-color css
<style>
span { border-color: #AB7392; }
span { border-color: rgb(171,115,146); }
td.TdClassName
{
border-color: #AB7392;
}
.TagClassName
{
border-color: #AB7392;
}
</style>