Shades of Bouquet #AA7898
Tints of Bouquet #AA7898
RGB
CMYK
RGB Variations
Color information
#AA7898 (or 0xAA7898) is known color: Bouquet. HEX triplet: AA, 78 and 98. RGB value is (170,120,152). Sum of RGB (Red+Green+Blue) = 170+120+152=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7898 is #558767. Grayscale: #8A8A8A. Windows color (decimal): -5605224 or 9992362. OLE color: 9992362.
HSL color Cylindrical-coordinate representation of color #AA7898: hue angle of 321.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7898 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 152 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.33 |
| HSL | 321.6º | 0.23% | 0.57% | - |
| HSV(B) | 321.6º | 0.29% | 0.67% | - |
| XYZ | 28.96 | 24.25 | 32.86 | - |
| YUV | 138.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 152 | 0 | 0.29 | 0.11 | 0.33 | 321.6 | 0.23 | 0.57 |
| Hex | AA | 78 | 98 | 0 | 1D | B | 21 | 142 | 17 | 39 |
| Octal | 252 | 170 | 230 | 0 | 35 | 13 | 41 | 502 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011000 | 0 | 11101 | 1011 | 100001 | 101000010 | 10111 | 111001 |
Color Harmonies of #AA7898
Complementary color
Monochromatic Colors of #AA7898
Black with #AA7898
Text Example
Text Example
White with #AA7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7898; }
p { color: rgb(170,120,152); }
H1.HeaderClassName
{
color: #AA7898;
}
.AnyTagClassName
{
color: #AA7898;
}
</style>
background-color css
<style>
a { background-color: #AA7898; }
a { background-color: rgb(170,120,152); }
div.DivClassName
{
background-color: #AA7898;
}
.BgClassName
{
background-color: #AA7898;
}
</style>
border-color css
<style>
span { border-color: #AA7898; }
span { border-color: rgb(170,120,152); }
td.TdClassName
{
border-color: #AA7898;
}
.TagClassName
{
border-color: #AA7898;
}
</style>