#AA7EA0

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

Shades of Bouquet #AA7EA0

Tints of Bouquet #AA7EA0

Color information

#AA7EA0 (or 0xAA7EA0) is unknown color: approx Bouquet. HEX triplet: AA, 7E and A0. RGB value is (170,126,160). Sum of RGB (Red+Green+Blue) = 170+126+160=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7EA0 is #55815F. Grayscale: #8E8E8E. Windows color (decimal): -5603680 or 10518186. OLE color: 10518186.

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

Color convert

RGB170126160-
CMYK00.260.060.33
HSL313.64º20.56%58.04%-
HSV(B)313.64º25.88%66.67%-
XYZ30.3826.0136.68-
YUV143.03137.58147.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=37.28%
G=27.63%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012616000.260.060.33313.6420.5658.04
HexAA7EA001A62113a153a
Octal2521762400326414722572
Binary1010101011111101010000001101011010000110011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7EA0; }

 p { color: rgb(170,126,160); }

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

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

 a { background-color: rgb(170,126,160); }

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

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

 span { border-color: rgb(170,126,160); }

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