#AE6F9C

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

Shades of Bouquet #AE6F9C

Tints of Bouquet #AE6F9C

Color information

#AE6F9C (or 0xAE6F9C) is unknown color: approx Bouquet. HEX triplet: AE, 6F and 9C. RGB value is (174,111,156). Sum of RGB (Red+Green+Blue) = 174+111+156=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F9C is #519063. Grayscale: #868686. Windows color (decimal): -5345380 or 10252206. OLE color: 10252206.

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

Color convert

RGB174111156-
CMYK00.360.100.32
HSL317.14º28%55.88%-
HSV(B)317.14º36.21%68.24%-
XYZ29.1422.7734.31-
YUV134.97139.87155.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=39.46%
G=25.17%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411115600.360.100.32317.142855.88
HexAE6F9C024A2013d1c38
Octal25615723404412404753470
Binary101011101101111100111000100100101010000010011110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F9C; }

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

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

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

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

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

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

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

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