#AA7A9D

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

Shades of Bouquet #AA7A9D

Tints of Bouquet #AA7A9D

Color information

#AA7A9D (or 0xAA7A9D) is unknown color: approx Bouquet. HEX triplet: AA, 7A and 9D. RGB value is (170,122,157). Sum of RGB (Red+Green+Blue) = 170+122+157=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A9D is #558562. Grayscale: #8C8C8C. Windows color (decimal): -5604707 or 10320554. OLE color: 10320554.

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

Color convert

RGB170122157-
CMYK00.280.080.33
HSL316.25º22.02%57.25%-
HSV(B)316.25º28.24%66.67%-
XYZ29.6224.935.14-
YUV140.34137.4149.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=37.86%
G=27.17%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012215700.280.080.33316.2522.0257.25
HexAA7A9D01C82113c1639
Octal25217223503410414742671
Binary10101010111101010011101011100100010000110011110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A9D; }

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

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

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

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

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

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

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

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