#AE6C9D

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

Shades of Bouquet #AE6C9D

Tints of Bouquet #AE6C9D

Color information

#AE6C9D (or 0xAE6C9D) is unknown color: approx Bouquet. HEX triplet: AE, 6C and 9D. RGB value is (174,108,157). Sum of RGB (Red+Green+Blue) = 174+108+157=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C9D is #519362. Grayscale: #858585. Windows color (decimal): -5346147 or 10316974. OLE color: 10316974.

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

Color convert

RGB174108157-
CMYK00.380.100.32
HSL315.45º28.95%55.29%-
HSV(B)315.45º37.93%68.24%-
XYZ28.922.1634.65-
YUV133.32141.37157.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=39.64%
G=24.60%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410815700.380.100.32315.4528.9555.29
HexAE6C9D026A2013b1d37
Octal25615423504612404733567
Binary101011101101100100111010100110101010000010011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C9D; }

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

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

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

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

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

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

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

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