#AE7AA4

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

Shades of Bouquet #AE7AA4

Tints of Bouquet #AE7AA4

Color information

#AE7AA4 (or 0xAE7AA4) is unknown color: approx Bouquet. HEX triplet: AE, 7A and A4. RGB value is (174,122,164). Sum of RGB (Red+Green+Blue) = 174+122+164=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AA4 is #51855B. Grayscale: #8E8E8E. Windows color (decimal): -5342556 or 10779310. OLE color: 10779310.

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

Color convert

RGB174122164-
CMYK00.300.060.32
HSL311.54º24.3%58.04%-
HSV(B)311.54º29.89%68.24%-
XYZ31.1225.638.42-
YUV142.34140.23150.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=37.83%
G=26.52%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412216400.300.060.32311.5424.358.04
HexAE7AA401E620138183a
Octal2561722440366404703072
Binary1010111011110101010010001111011010000010011100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AA4; }

 p { color: rgb(174,122,164); }

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

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

 a { background-color: rgb(174,122,164); }

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

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

 span { border-color: rgb(174,122,164); }

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