#AE7B9E

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

Shades of Bouquet #AE7B9E

Tints of Bouquet #AE7B9E

Color information

#AE7B9E (or 0xAE7B9E) is unknown color: approx Bouquet. HEX triplet: AE, 7B and 9E. RGB value is (174,123,158). Sum of RGB (Red+Green+Blue) = 174+123+158=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B9E is #518461. Grayscale: #8E8E8E. Windows color (decimal): -5342306 or 10386350. OLE color: 10386350.

HSL color Cylindrical-coordinate representation of color #AE7B9E: hue angle of 318.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7B9E is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174123158-
CMYK00.290.090.32
HSL318.82º23.94%58.24%-
HSV(B)318.82º29.31%68.24%-
XYZ30.7125.6335.68-
YUV142.24136.9150.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=38.24%
G=27.03%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412315800.290.090.32318.8223.9458.24
HexAE7B9E01D92013f183a
Octal25617323603511404773072
Binary10101110111101110011110011101100110000010011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B9E; }

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

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

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

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

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

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

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

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