#AA779F

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

Shades of Bouquet #AA779F

Tints of Bouquet #AA779F

Color information

#AA779F (or 0xAA779F) is unknown color: approx Bouquet. HEX triplet: AA, 77 and 9F. RGB value is (170,119,159). Sum of RGB (Red+Green+Blue) = 170+119+159=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779F is #558860. Grayscale: #8A8A8A. Windows color (decimal): -5605473 or 10450858. OLE color: 10450858.

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

Color convert

RGB170119159-
CMYK00.30.060.33
HSL312.94º23.08%56.67%-
HSV(B)312.94º30%66.67%-
XYZ29.4324.2435.93-
YUV138.81139.4150.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=37.95%
G=26.56%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011915900.30.060.33312.9423.0856.67
HexAA779F01E6211391739
Octal2521672370366414712771
Binary1010101011101111001111101111011010000110011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA779F; }

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

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

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

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

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

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

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

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