#AA799E

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

Shades of Bouquet #AA799E

Tints of Bouquet #AA799E

Color information

#AA799E (or 0xAA799E) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 9E. RGB value is (170,121,158). Sum of RGB (Red+Green+Blue) = 170+121+158=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799E is #558661. Grayscale: #8B8B8B. Windows color (decimal): -5604962 or 10385834. OLE color: 10385834.

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

Color convert

RGB170121158-
CMYK00.290.070.33
HSL314.69º22.37%57.06%-
HSV(B)314.69º28.82%66.67%-
XYZ29.5924.6935.55-
YUV139.87138.23149.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=37.86%
G=26.95%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012115800.290.070.33314.6922.3757.06
HexAA799E01D72113b1639
Octal2521712360357414732671
Binary1010101011110011001111001110111110000110011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA799E; }

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

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

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

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

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

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

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

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