#AE7E97

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

Shades of Bouquet #AE7E97

Tints of Bouquet #AE7E97

Color information

#AE7E97 (or 0xAE7E97) is unknown color: approx Bouquet. HEX triplet: AE, 7E and 97. RGB value is (174,126,151). Sum of RGB (Red+Green+Blue) = 174+126+151=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E97 is #518168. Grayscale: #8F8F8F. Windows color (decimal): -5341545 or 9928366. OLE color: 9928366.

HSL color Cylindrical-coordinate representation of color #AE7E97: hue angle of 328.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7E97 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174126151-
CMYK00.280.130.32
HSL328.75º22.86%58.82%-
HSV(B)328.75º27.59%68.24%-
XYZ30.526.1532.72-
YUV143.2132.4149.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=38.58%
G=27.94%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412615100.280.130.32328.7522.8658.82
HexAE7E9701CD20149173b
Octal25617622703415405112773
Binary10101110111111010010111011100110110000010100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E97; }

 p { color: rgb(174,126,151); }

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

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

 a { background-color: rgb(174,126,151); }

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

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

 span { border-color: rgb(174,126,151); }

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