#AA799A

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

Shades of Bouquet #AA799A

Tints of Bouquet #AA799A

Color information

#AA799A (or 0xAA799A) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 9A. RGB value is (170,121,154). Sum of RGB (Red+Green+Blue) = 170+121+154=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799A is #558665. Grayscale: #8B8B8B. Windows color (decimal): -5604966 or 10123690. OLE color: 10123690.

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

Color convert

RGB170121154-
CMYK00.290.090.33
HSL319.59º22.37%57.06%-
HSV(B)319.59º28.82%66.67%-
XYZ29.2524.5533.77-
YUV139.41136.23149.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=38.20%
G=27.19%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012115400.290.090.33319.5922.3757.06
HexAA799A01D9211401639
Octal25217123203511415002671
Binary10101010111100110011010011101100110000110100000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA799A; }

 p { color: rgb(170,121,154); }

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

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

 a { background-color: rgb(170,121,154); }

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

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

 span { border-color: rgb(170,121,154); }

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