#AA7A9E

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

Shades of Bouquet #AA7A9E

Tints of Bouquet #AA7A9E

Color information

#AA7A9E (or 0xAA7A9E) is unknown color: approx Bouquet. HEX triplet: AA, 7A and 9E. RGB value is (170,122,158). Sum of RGB (Red+Green+Blue) = 170+122+158=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A9E is #558561. Grayscale: #8C8C8C. Windows color (decimal): -5604706 or 10386090. OLE color: 10386090.

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

Color convert

RGB170122158-
CMYK00.280.070.33
HSL315º22.02%57.25%-
HSV(B)315º28.24%66.67%-
XYZ29.7124.9335.59-
YUV140.46137.9149.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=37.78%
G=27.11%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012215800.280.070.3331522.0257.25
HexAA7A9E01C72113b1639
Octal2521722360347414732671
Binary1010101011110101001111001110011110000110011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A9E; }

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

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

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

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

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

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

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

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