#AA719A

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

Shades of Bouquet #AA719A

Tints of Bouquet #AA719A

Color information

#AA719A (or 0xAA719A) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 9A. RGB value is (170,113,154). Sum of RGB (Red+Green+Blue) = 170+113+154=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719A is #558E65. Grayscale: #868686. Windows color (decimal): -5607014 or 10121642. OLE color: 10121642.

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

Color convert

RGB170113154-
CMYK00.340.090.33
HSL316.84º25.11%55.49%-
HSV(B)316.84º33.53%66.67%-
XYZ28.3222.6933.46-
YUV134.72138.88153.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=38.90%
G=25.86%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011315400.340.090.33316.8425.1155.49
HexAA719A02292113d1937
Octal25216123204211414753167
Binary101010101110001100110100100010100110000110011110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA719A; }

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

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

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

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

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

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

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

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