#AA7494

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

Shades of Bouquet #AA7494

Tints of Bouquet #AA7494

Color information

#AA7494 (or 0xAA7494) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 94. RGB value is (170,116,148). Sum of RGB (Red+Green+Blue) = 170+116+148=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7494 is #558B6B. Grayscale: #878787. Windows color (decimal): -5606252 or 9729194. OLE color: 9729194.

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

Color convert

RGB170116148-
CMYK00.320.130.33
HSL324.44º24.11%56.08%-
HSV(B)324.44º31.76%66.67%-
XYZ28.1723.1731.01-
YUV135.79134.89152.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=39.17%
G=26.73%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011614800.320.130.33324.4424.1156.08
HexAA7494020D211441838
Octal25216422404015415043070
Binary101010101110100100101000100000110110000110100010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7494; }

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

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

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

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

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

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

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

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