#AA759F

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

Shades of Bouquet #AA759F

Tints of Bouquet #AA759F

Color information

#AA759F (or 0xAA759F) is unknown color: approx Bouquet. HEX triplet: AA, 75 and 9F. RGB value is (170,117,159). Sum of RGB (Red+Green+Blue) = 170+117+159=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA759F is #558A60. Grayscale: #898989. Windows color (decimal): -5605985 or 10450346. OLE color: 10450346.

HSL color Cylindrical-coordinate representation of color #AA759F: hue angle of 312.45º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA759F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170117159-
CMYK00.310.060.33
HSL312.45º23.77%56.27%-
HSV(B)312.45º31.18%66.67%-
XYZ29.223.7735.85-
YUV137.64140.06151.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=38.12%
G=26.23%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011715900.310.060.33312.4523.7756.27
HexAA759F01F6211381838
Octal2521652370376414703070
Binary1010101011101011001111101111111010000110011100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA759F; }

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

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

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

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

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

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

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

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