#AE6394

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

Shades of Bouquet #AE6394

Tints of Bouquet #AE6394

Color information

#AE6394 (or 0xAE6394) is unknown color: approx Bouquet. HEX triplet: AE, 63 and 94. RGB value is (174,99,148). Sum of RGB (Red+Green+Blue) = 174+99+148=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6394 is #519C6B. Grayscale: #7E7E7E. Windows color (decimal): -5348460 or 9724846. OLE color: 9724846.

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

Color convert

RGB17499148-
CMYK00.430.150.32
HSL320.8º31.65%53.53%-
HSV(B)320.8º43.1%68.24%-
XYZ27.2620.0630.45-
YUV127.01139.85161.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=41.33%
G=23.52%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749914800.430.150.32320.831.6553.53
HexAE639402BF201412036
Octal25614322405317405014066
Binary1010111011000111001010001010111111100000101000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6394; }

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

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

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

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

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

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

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

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