#AE719E

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

Shades of Bouquet #AE719E

Tints of Bouquet #AE719E

Color information

#AE719E (or 0xAE719E) is unknown color: approx Bouquet. HEX triplet: AE, 71 and 9E. RGB value is (174,113,158). Sum of RGB (Red+Green+Blue) = 174+113+158=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719E is #518E61. Grayscale: #888888. Windows color (decimal): -5344866 or 10383790. OLE color: 10383790.

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

Color convert

RGB174113158-
CMYK00.350.090.32
HSL315.74º27.35%56.27%-
HSV(B)315.74º35.06%68.24%-
XYZ29.5323.2835.28-
YUV136.37140.21154.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=39.10%
G=25.39%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411315800.350.090.32315.7427.3556.27
HexAE719E02392013c1b38
Octal25616123604311404743370
Binary101011101110001100111100100011100110000010011110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE719E; }

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

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

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

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

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

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

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

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