#AE6397

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

Shades of Bouquet #AE6397

Tints of Bouquet #AE6397

Color information

#AE6397 (or 0xAE6397) is unknown color: approx Bouquet. HEX triplet: AE, 63 and 97. RGB value is (174,99,151). Sum of RGB (Red+Green+Blue) = 174+99+151=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6397 is #519C68. Grayscale: #7F7F7F. Windows color (decimal): -5348457 or 9921454. OLE color: 9921454.

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

Color convert

RGB17499151-
CMYK00.430.130.32
HSL318.4º31.65%53.53%-
HSV(B)318.4º43.1%68.24%-
XYZ27.520.1631.72-
YUV127.35141.35161.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=41.04%
G=23.35%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749915100.430.130.32318.431.6553.53
HexAE639702BD2013e2036
Octal25614322705315404764066
Binary1010111011000111001011101010111101100000100111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6397; }

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

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

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

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

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

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

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

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