Shades of Bouquet #AB7098
Tints of Bouquet #AB7098
RGB
CMYK
RGB Variations
Color information
#AB7098 (or 0xAB7098) is known color: Bouquet. HEX triplet: AB, 70 and 98. RGB value is (171,112,152). Sum of RGB (Red+Green+Blue) = 171+112+152=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7098 is #548F67. Grayscale: #868686. Windows color (decimal): -5541736 or 9990315. OLE color: 9990315.
HSL color Cylindrical-coordinate representation of color #AB7098: hue angle of 319.32º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7098 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 152 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.33 |
| HSL | 319.32º | 0.26% | 0.55% | - |
| HSV(B) | 319.32º | 0.35% | 0.67% | - |
| XYZ | 28.26 | 22.51 | 32.56 | - |
| YUV | 134.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 152 | 0 | 0.35 | 0.11 | 0.33 | 319.32 | 0.26 | 0.55 |
| Hex | AB | 70 | 98 | 0 | 23 | B | 21 | 13F | 1A | 37 |
| Octal | 253 | 160 | 230 | 0 | 43 | 13 | 41 | 477 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10011000 | 0 | 100011 | 1011 | 100001 | 100111111 | 11010 | 110111 |
Color Harmonies of #AB7098
Complementary color
Monochromatic Colors of #AB7098
Black with #AB7098
Text Example
Text Example
White with #AB7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7098; }
p { color: rgb(171,112,152); }
H1.HeaderClassName
{
color: #AB7098;
}
.AnyTagClassName
{
color: #AB7098;
}
</style>
background-color css
<style>
a { background-color: #AB7098; }
a { background-color: rgb(171,112,152); }
div.DivClassName
{
background-color: #AB7098;
}
.BgClassName
{
background-color: #AB7098;
}
</style>
border-color css
<style>
span { border-color: #AB7098; }
span { border-color: rgb(171,112,152); }
td.TdClassName
{
border-color: #AB7098;
}
.TagClassName
{
border-color: #AB7098;
}
</style>