#AE6496

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

Shades of Bouquet #AE6496

Tints of Bouquet #AE6496

Color information

#AE6496 (or 0xAE6496) is unknown color: approx Bouquet. HEX triplet: AE, 64 and 96. RGB value is (174,100,150). Sum of RGB (Red+Green+Blue) = 174+100+150=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6496 is #519B69. Grayscale: #7F7F7F. Windows color (decimal): -5348202 or 9856174. OLE color: 9856174.

HSL color Cylindrical-coordinate representation of color #AE6496: hue angle of 319.46º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6496 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174100150-
CMYK00.430.140.32
HSL319.46º31.36%53.73%-
HSV(B)319.46º42.53%68.24%-
XYZ27.5220.3231.33-
YUV127.83140.52160.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=41.04%
G=23.58%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410015000.430.140.32319.4631.3653.73
HexAE649602BE2013f1f36
Octal25614422605316404773766
Binary101011101100100100101100101011111010000010011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6496; }

 p { color: rgb(174,100,150); }

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

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

 a { background-color: rgb(174,100,150); }

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

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

 span { border-color: rgb(174,100,150); }

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