#AE7B9B

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

Shades of Bouquet #AE7B9B

Tints of Bouquet #AE7B9B

Color information

#AE7B9B (or 0xAE7B9B) is unknown color: approx Bouquet. HEX triplet: AE, 7B and 9B. RGB value is (174,123,155). Sum of RGB (Red+Green+Blue) = 174+123+155=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B9B is #518464. Grayscale: #8D8D8D. Windows color (decimal): -5342309 or 10189742. OLE color: 10189742.

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

Color convert

RGB174123155-
CMYK00.290.110.32
HSL322.35º23.94%58.24%-
HSV(B)322.35º29.31%68.24%-
XYZ30.4525.5334.33-
YUV141.9135.4150.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=38.50%
G=27.21%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412315500.290.110.32322.3523.9458.24
HexAE7B9B01DB20142183a
Octal25617323303513405023072
Binary10101110111101110011011011101101110000010100001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B9B; }

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

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

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

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

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

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

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

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