#AE7CA6

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

Shades of Bouquet #AE7CA6

Tints of Bouquet #AE7CA6

Color information

#AE7CA6 (or 0xAE7CA6) is unknown color: approx Bouquet. HEX triplet: AE, 7C and A6. RGB value is (174,124,166). Sum of RGB (Red+Green+Blue) = 174+124+166=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CA6 is #518359. Grayscale: #8F8F8F. Windows color (decimal): -5342042 or 10910894. OLE color: 10910894.

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

Color convert

RGB174124166-
CMYK00.290.050.32
HSL309.6º23.58%58.43%-
HSV(B)309.6º28.74%68.24%-
XYZ31.5526.1739.46-
YUV143.74140.56149.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=37.5%
G=26.72%
B=35.78%

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
Decimal17412416600.290.050.32309.623.5858.43
HexAE7CA601D520136183a
Octal2561742460355404663072
Binary1010111011111001010011001110110110000010011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CA6; }

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

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

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

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

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

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

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

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