#AA7191

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

Shades of Bouquet #AA7191

Tints of Bouquet #AA7191

Color information

#AA7191 (or 0xAA7191) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 91. RGB value is (170,113,145). Sum of RGB (Red+Green+Blue) = 170+113+145=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7191 is #558E6E. Grayscale: #858585. Windows color (decimal): -5607023 or 9531818. OLE color: 9531818.

HSL color Cylindrical-coordinate representation of color #AA7191: hue angle of 326.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7191 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170113145-
CMYK00.340.150.33
HSL326.32º25.11%55.49%-
HSV(B)326.32º33.53%66.67%-
XYZ27.5922.429.66-
YUV133.69134.38153.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=39.72%
G=26.40%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011314500.340.150.33326.3225.1155.49
HexAA7191022F211461937
Octal25216122104217415063167
Binary101010101110001100100010100010111110000110100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7191; }

 p { color: rgb(170,113,145); }

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

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

 a { background-color: rgb(170,113,145); }

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

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

 span { border-color: rgb(170,113,145); }

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