#AA719D

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

Shades of Bouquet #AA719D

Tints of Bouquet #AA719D

Color information

#AA719D (or 0xAA719D) is unknown color: approx Bouquet. HEX triplet: AA, 71 and 9D. RGB value is (170,113,157). Sum of RGB (Red+Green+Blue) = 170+113+157=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719D is #558E62. Grayscale: #868686. Windows color (decimal): -5607011 or 10318250. OLE color: 10318250.

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

Color convert

RGB170113157-
CMYK00.340.080.33
HSL313.68º25.11%55.49%-
HSV(B)313.68º33.53%66.67%-
XYZ28.5722.7934.79-
YUV135.06140.38152.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=38.64%
G=25.68%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011315700.340.080.33313.6825.1155.49
HexAA719D02282113a1937
Octal25216123504210414723167
Binary101010101110001100111010100010100010000110011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA719D; }

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

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

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

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

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

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

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

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