#AA719F

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

Shades of Bouquet #AA719F

Tints of Bouquet #AA719F

Color information

#AA719F (or 0xAA719F) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 9F. RGB value is (170,113,159). Sum of RGB (Red+Green+Blue) = 170+113+159=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719F is #558E60. Grayscale: #878787. Windows color (decimal): -5607009 or 10449322. OLE color: 10449322.

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

Color convert

RGB170113159-
CMYK00.340.060.33
HSL311.58º25.11%55.49%-
HSV(B)311.58º33.53%66.67%-
XYZ28.7422.8635.7-
YUV135.29141.38152.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=38.46%
G=25.57%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011315900.340.060.33311.5825.1155.49
HexAA719F0226211381937
Octal2521612370426414703167
Binary10101010111000110011111010001011010000110011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA719F; }

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

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

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

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

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

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

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

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