#AE7B9F

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

Shades of Bouquet #AE7B9F

Tints of Bouquet #AE7B9F

Color information

#AE7B9F (or 0xAE7B9F) is unknown color: approx Bouquet. HEX triplet: AE, 7B and 9F. RGB value is (174,123,159). Sum of RGB (Red+Green+Blue) = 174+123+159=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B9F is #518460. Grayscale: #8E8E8E. Windows color (decimal): -5342305 or 10451886. OLE color: 10451886.

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

Color convert

RGB174123159-
CMYK00.290.090.32
HSL317.65º23.94%58.24%-
HSV(B)317.65º29.31%68.24%-
XYZ30.825.6736.13-
YUV142.35137.4150.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=38.16%
G=26.97%
B=34.87%

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
Decimal17412315900.290.090.32317.6523.9458.24
HexAE7B9F01D92013e183a
Octal25617323703511404763072
Binary10101110111101110011111011101100110000010011111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B9F; }

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

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

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

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

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

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

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

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