#AE6B9C

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

Shades of Bouquet #AE6B9C

Tints of Bouquet #AE6B9C

Color information

#AE6B9C (or 0xAE6B9C) is unknown color: approx Bouquet. HEX triplet: AE, 6B and 9C. RGB value is (174,107,156). Sum of RGB (Red+Green+Blue) = 174+107+156=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B9C is #519463. Grayscale: #848484. Windows color (decimal): -5346404 or 10251182. OLE color: 10251182.

HSL color Cylindrical-coordinate representation of color #AE6B9C: hue angle of 316.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6B9C is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB174107156-
CMYK00.390.100.32
HSL316.12º29.26%55.1%-
HSV(B)316.12º38.51%68.24%-
XYZ28.7121.9134.17-
YUV132.62141.2157.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=39.82%
G=24.49%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410715600.390.100.32316.1229.2655.1
HexAE6B9C027A2013c1d37
Octal25615323404712404743567
Binary101011101101011100111000100111101010000010011110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B9C; }

 p { color: rgb(174,107,156); }

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

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

 a { background-color: rgb(174,107,156); }

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

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

 span { border-color: rgb(174,107,156); }

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