#AE7BA6

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

Shades of Bouquet #AE7BA6

Tints of Bouquet #AE7BA6

Color information

#AE7BA6 (or 0xAE7BA6) is unknown color: approx Bouquet. HEX triplet: AE, 7B and A6. RGB value is (174,123,166). Sum of RGB (Red+Green+Blue) = 174+123+166=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA6 is #518459. Grayscale: #8F8F8F. Windows color (decimal): -5342298 or 10910638. OLE color: 10910638.

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

Color convert

RGB174123166-
CMYK00.290.050.32
HSL309.41º23.94%58.24%-
HSV(B)309.41º29.31%68.24%-
XYZ31.4225.9239.42-
YUV143.15140.9150-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=37.58%
G=26.57%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412316600.290.050.32309.4123.9458.24
HexAE7BA601D520135183a
Octal2561732460355404653072
Binary1010111011110111010011001110110110000010011010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BA6; }

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

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

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

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

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

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

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

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