#AA7F97

Color #AA7F97 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AA7F97

Tints of Bouquet #AA7F97

Color information

#AA7F97 (or 0xAA7F97) is unknown color: approx Bouquet. HEX triplet: AA, 7F and 97. RGB value is (170,127,151). Sum of RGB (Red+Green+Blue) = 170+127+151=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F97 is #558068. Grayscale: #8E8E8E. Windows color (decimal): -5603433 or 9928618. OLE color: 9928618.

HSL color Cylindrical-coordinate representation of color #AA7F97: hue angle of 326.51º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F97 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB170127151-
CMYK00.250.110.33
HSL326.51º20.19%58.24%-
HSV(B)326.51º25.29%66.67%-
XYZ29.7525.9632.72-
YUV142.59132.75147.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=37.95%
G=28.35%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012715100.250.110.33326.5120.1958.24
HexAA7F97019B21147143a
Octal25217722703113415072472
Binary10101010111111110010111011001101110000110100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F97; }

 p { color: rgb(170,127,151); }

 H1.HeaderClassName
 {
   color: #AA7F97;
 }
 .AnyTagClassName
 {
   color: #AA7F97;
 }
</style>
background-color css

<style>
 a { background-color: #AA7F97; }

 a { background-color: rgb(170,127,151); }

 div.DivClassName
 {
   background-color: #AA7F97;
 }
 .BgClassName
 {
   background-color: #AA7F97;
 }
</style>
border-color css

<style>
 span { border-color: #AA7F97; }

 span { border-color: rgb(170,127,151); }

 td.TdClassName
 {
   border-color: #AA7F97;
 }
 .TagClassName
 {
   border-color: #AA7F97;
 }
</style>