#AA779E

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

Shades of Bouquet #AA779E

Tints of Bouquet #AA779E

Color information

#AA779E (or 0xAA779E) is unknown color: approx Bouquet. HEX triplet: AA, 77 and 9E. RGB value is (170,119,158). Sum of RGB (Red+Green+Blue) = 170+119+158=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779E is #558861. Grayscale: #8A8A8A. Windows color (decimal): -5605474 or 10385322. OLE color: 10385322.

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

Color convert

RGB170119158-
CMYK00.30.070.33
HSL314.12º23.08%56.67%-
HSV(B)314.12º30%66.67%-
XYZ29.3524.2135.47-
YUV138.7138.9150.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=38.03%
G=26.62%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011915800.30.070.33314.1223.0856.67
HexAA779E01E72113a1739
Octal2521672360367414722771
Binary1010101011101111001111001111011110000110011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA779E; }

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

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

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

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

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

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

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

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