#AE6396

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

Shades of Bouquet #AE6396

Tints of Bouquet #AE6396

Color information

#AE6396 (or 0xAE6396) is unknown color: approx Bouquet. HEX triplet: AE, 63 and 96. RGB value is (174,99,150). Sum of RGB (Red+Green+Blue) = 174+99+150=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6396 is #519C69. Grayscale: #7F7F7F. Windows color (decimal): -5348458 or 9855918. OLE color: 9855918.

HSL color Cylindrical-coordinate representation of color #AE6396: hue angle of 319.2º degrees, saturation: 0.32, 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 #AE6396 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17499150-
CMYK00.430.140.32
HSL319.2º31.65%53.53%-
HSV(B)319.2º43.1%68.24%-
XYZ27.4220.1231.29-
YUV127.24140.85161.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=41.13%
G=23.40%
B=35.46%

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
Decimal1749915000.430.140.32319.231.6553.53
HexAE639602BE2013f2036
Octal25614322605316404774066
Binary1010111011000111001011001010111110100000100111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6396; }

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

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

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

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

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

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

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

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