#AA7AA2

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

Shades of Bouquet #AA7AA2

Tints of Bouquet #AA7AA2

Color information

#AA7AA2 (or 0xAA7AA2) is unknown color: approx Bouquet. HEX triplet: AA, 7A and A2. RGB value is (170,122,162). Sum of RGB (Red+Green+Blue) = 170+122+162=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AA2 is #55855D. Grayscale: #8C8C8C. Windows color (decimal): -5604702 or 10648234. OLE color: 10648234.

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

Color convert

RGB170122162-
CMYK00.280.050.33
HSL310º22.02%57.25%-
HSV(B)310º28.24%66.67%-
XYZ30.0625.0737.44-
YUV140.91139.9148.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=37.44%
G=26.87%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012216200.280.050.3331022.0257.25
HexAA7AA201C5211361639
Octal2521722420345414662671
Binary1010101011110101010001001110010110000110011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AA2; }

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

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

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

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

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

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

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

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