Shades of Bouquet #AA7098
Tints of Bouquet #AA7098
RGB
CMYK
RGB Variations
Color information
#AA7098 (or 0xAA7098) is known color: Bouquet. HEX triplet: AA, 70 and 98. RGB value is (170,112,152). Sum of RGB (Red+Green+Blue) = 170+112+152=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7098 is #558F67. Grayscale: #858585. Windows color (decimal): -5607272 or 9990314. OLE color: 9990314.
HSL color Cylindrical-coordinate representation of color #AA7098: hue angle of 318.62º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7098 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 152 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.33 |
| HSL | 318.62º | 0.25% | 0.55% | - |
| HSV(B) | 318.62º | 0.34% | 0.67% | - |
| XYZ | 28.04 | 22.4 | 32.55 | - |
| YUV | 133.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 152 | 0 | 0.34 | 0.11 | 0.33 | 318.62 | 0.25 | 0.55 |
| Hex | AA | 70 | 98 | 0 | 22 | B | 21 | 13F | 19 | 37 |
| Octal | 252 | 160 | 230 | 0 | 42 | 13 | 41 | 477 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10011000 | 0 | 100010 | 1011 | 100001 | 100111111 | 11001 | 110111 |
Color Harmonies of #AA7098
Complementary color
Monochromatic Colors of #AA7098
Black with #AA7098
Text Example
Text Example
White with #AA7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7098; }
p { color: rgb(170,112,152); }
H1.HeaderClassName
{
color: #AA7098;
}
.AnyTagClassName
{
color: #AA7098;
}
</style>
background-color css
<style>
a { background-color: #AA7098; }
a { background-color: rgb(170,112,152); }
div.DivClassName
{
background-color: #AA7098;
}
.BgClassName
{
background-color: #AA7098;
}
</style>
border-color css
<style>
span { border-color: #AA7098; }
span { border-color: rgb(170,112,152); }
td.TdClassName
{
border-color: #AA7098;
}
.TagClassName
{
border-color: #AA7098;
}
</style>