#AA719B

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

Shades of Bouquet #AA719B

Tints of Bouquet #AA719B

Color information

#AA719B (or 0xAA719B) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 9B. RGB value is (170,113,155). Sum of RGB (Red+Green+Blue) = 170+113+155=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719B is #558E64. Grayscale: #868686. Windows color (decimal): -5607013 or 10187178. OLE color: 10187178.

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

Color convert

RGB170113155-
CMYK00.340.090.33
HSL315.79º25.11%55.49%-
HSV(B)315.79º33.53%66.67%-
XYZ28.422.7233.9-
YUV134.83139.38153.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=38.81%
G=25.80%
B=35.39%

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
Decimal17011315500.340.090.33315.7925.1155.49
HexAA719B02292113c1937
Octal25216123304211414743167
Binary101010101110001100110110100010100110000110011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA719B; }

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

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

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

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

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

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

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

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