#AE6F9D

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

Shades of Bouquet #AE6F9D

Tints of Bouquet #AE6F9D

Color information

#AE6F9D (or 0xAE6F9D) is unknown color: approx Bouquet. HEX triplet: AE, 6F and 9D. RGB value is (174,111,157). Sum of RGB (Red+Green+Blue) = 174+111+157=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F9D is #519062. Grayscale: #868686. Windows color (decimal): -5345379 or 10317742. OLE color: 10317742.

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

Color convert

RGB174111157-
CMYK00.360.100.32
HSL316.19º28%55.88%-
HSV(B)316.19º36.21%68.24%-
XYZ29.2322.834.76-
YUV135.08140.37155.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=39.37%
G=25.11%
B=35.52%

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
Decimal17411115700.360.100.32316.192855.88
HexAE6F9D024A2013c1c38
Octal25615723504412404743470
Binary101011101101111100111010100100101010000010011110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F9D; }

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

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

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

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

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

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

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

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