#AA799F

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

Shades of Bouquet #AA799F

Tints of Bouquet #AA799F

Color information

#AA799F (or 0xAA799F) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 9F. RGB value is (170,121,159). Sum of RGB (Red+Green+Blue) = 170+121+159=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799F is #558660. Grayscale: #8B8B8B. Windows color (decimal): -5604961 or 10451370. OLE color: 10451370.

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

Color convert

RGB170121159-
CMYK00.290.060.33
HSL313.47º22.37%57.06%-
HSV(B)313.47º28.82%66.67%-
XYZ29.6724.7236.01-
YUV139.98138.73149.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=37.78%
G=26.89%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012115900.290.060.33313.4722.3757.06
HexAA799F01D6211391639
Octal2521712370356414712671
Binary1010101011110011001111101110111010000110011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA799F; }

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

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

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

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

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

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

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

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