#AE7F9B

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

Shades of Bouquet #AE7F9B

Tints of Bouquet #AE7F9B

Color information

#AE7F9B (or 0xAE7F9B) is unknown color: approx Bouquet. HEX triplet: AE, 7F and 9B. RGB value is (174,127,155). Sum of RGB (Red+Green+Blue) = 174+127+155=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F9B is #518064. Grayscale: #909090. Windows color (decimal): -5341285 or 10190766. OLE color: 10190766.

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

Color convert

RGB174127155-
CMYK00.270.110.32
HSL324.26º22.49%59.02%-
HSV(B)324.26º27.01%68.24%-
XYZ30.9626.5434.5-
YUV144.24134.07149.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=38.16%
G=27.85%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412715500.270.110.32324.2622.4959.02
HexAE7F9B01BB20144163b
Octal25617723303313405042673
Binary10101110111111110011011011011101110000010100010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F9B; }

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

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

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

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

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

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

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

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