#AA789B

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

Shades of Bouquet #AA789B

Tints of Bouquet #AA789B

Color information

#AA789B (or 0xAA789B) is unknown color: approx Bouquet. HEX triplet: AA, 78 and 9B. RGB value is (170,120,155). Sum of RGB (Red+Green+Blue) = 170+120+155=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA789B is #558764. Grayscale: #8A8A8A. Windows color (decimal): -5605221 or 10188970. OLE color: 10188970.

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

Color convert

RGB170120155-
CMYK00.290.090.33
HSL318º22.73%56.86%-
HSV(B)318º29.41%66.67%-
XYZ29.2124.3534.17-
YUV138.94137.06150.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=38.20%
G=26.97%
B=34.83%

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
Decimal17012015500.290.090.3331822.7356.86
HexAA789B01D92113e1739
Octal25217023303511414762771
Binary10101010111100010011011011101100110000110011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA789B; }

 p { color: rgb(170,120,155); }

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

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

 a { background-color: rgb(170,120,155); }

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

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

 span { border-color: rgb(170,120,155); }

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