#AA7A94

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

Shades of Bouquet #AA7A94

Tints of Bouquet #AA7A94

Color information

#AA7A94 (or 0xAA7A94) is unknown color: approx Bouquet. HEX triplet: AA, 7A and 94. RGB value is (170,122,148). Sum of RGB (Red+Green+Blue) = 170+122+148=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A94 is #55856B. Grayscale: #8B8B8B. Windows color (decimal): -5604716 or 9730730. OLE color: 9730730.

HSL color Cylindrical-coordinate representation of color #AA7A94: hue angle of 327.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A94 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB170122148-
CMYK00.280.130.33
HSL327.5º22.02%57.25%-
HSV(B)327.5º28.24%66.67%-
XYZ28.8824.631.24-
YUV139.32132.9149.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=38.64%
G=27.73%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012214800.280.130.33327.522.0257.25
HexAA7A9401CD211481639
Octal25217222403415415102671
Binary10101010111101010010100011100110110000110100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A94; }

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

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

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

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

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

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

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

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