#AE719A

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

Shades of Bouquet #AE719A

Tints of Bouquet #AE719A

Color information

#AE719A (or 0xAE719A) is unknown color: approx Bouquet. HEX triplet: AE, 71 and 9A. RGB value is (174,113,154). Sum of RGB (Red+Green+Blue) = 174+113+154=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719A is #518E65. Grayscale: #878787. Windows color (decimal): -5344870 or 10121646. OLE color: 10121646.

HSL color Cylindrical-coordinate representation of color #AE719A: hue angle of 319.67º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE719A is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174113154-
CMYK00.350.110.32
HSL319.67º27.35%56.27%-
HSV(B)319.67º35.06%68.24%-
XYZ29.1923.1433.5-
YUV135.91138.21155.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=39.46%
G=25.62%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411315400.350.110.32319.6727.3556.27
HexAE719A023B201401b38
Octal25616123204313405003370
Binary101011101110001100110100100011101110000010100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE719A; }

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

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

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

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

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

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

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

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