#AA7497

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

Shades of Bouquet #AA7497

Tints of Bouquet #AA7497

Color information

#AA7497 (or 0xAA7497) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 97. RGB value is (170,116,151). Sum of RGB (Red+Green+Blue) = 170+116+151=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7497 is #558B68. Grayscale: #888888. Windows color (decimal): -5606249 or 9925802. OLE color: 9925802.

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

Color convert

RGB170116151-
CMYK00.320.110.33
HSL321.11º24.11%56.08%-
HSV(B)321.11º31.76%66.67%-
XYZ28.4123.2732.27-
YUV136.14136.39152.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=38.90%
G=26.54%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011615100.320.110.33321.1124.1156.08
HexAA7497020B211411838
Octal25216422704013415013070
Binary101010101110100100101110100000101110000110100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7497; }

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

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

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

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

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

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

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

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