#AE719D

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

Shades of Bouquet #AE719D

Tints of Bouquet #AE719D

Color information

#AE719D (or 0xAE719D) is unknown color: approx Bouquet. HEX triplet: AE, 71 and 9D. RGB value is (174,113,157). Sum of RGB (Red+Green+Blue) = 174+113+157=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE719D is #518E62. Grayscale: #888888. Windows color (decimal): -5344867 or 10318254. OLE color: 10318254.

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

Color convert

RGB174113157-
CMYK00.350.100.32
HSL316.72º27.35%56.27%-
HSV(B)316.72º35.06%68.24%-
XYZ29.4523.2434.83-
YUV136.26139.71154.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=39.19%
G=25.45%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411315700.350.100.32316.7227.3556.27
HexAE719D023A2013d1b38
Octal25616123504312404753370
Binary101011101110001100111010100011101010000010011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE719D; }

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

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

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

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

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

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

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

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