#AA7492

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

Shades of Bouquet #AA7492

Tints of Bouquet #AA7492

Color information

#AA7492 (or 0xAA7492) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 92. RGB value is (170,116,146). Sum of RGB (Red+Green+Blue) = 170+116+146=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7492 is #558B6D. Grayscale: #878787. Windows color (decimal): -5606254 or 9598122. OLE color: 9598122.

HSL color Cylindrical-coordinate representation of color #AA7492: hue angle of 326.67º 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 #AA7492 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB170116146-
CMYK00.320.140.33
HSL326.67º24.11%56.08%-
HSV(B)326.67º31.76%66.67%-
XYZ28.0123.1130.18-
YUV135.57133.89152.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=39.35%
G=26.85%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011614600.320.140.33326.6724.1156.08
HexAA7492020E211471838
Octal25216422204016415073070
Binary101010101110100100100100100000111010000110100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7492; }

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

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

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

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

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

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

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

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