#AE6599

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

Shades of Bouquet #AE6599

Tints of Bouquet #AE6599

Color information

#AE6599 (or 0xAE6599) is unknown color: approx Bouquet. HEX triplet: AE, 65 and 99. RGB value is (174,101,153). Sum of RGB (Red+Green+Blue) = 174+101+153=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6599 is #519A66. Grayscale: #808080. Windows color (decimal): -5347943 or 10053038. OLE color: 10053038.

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

Color convert

RGB174101153-
CMYK00.420.120.32
HSL317.26º31.06%53.92%-
HSV(B)317.26º41.95%68.24%-
XYZ27.8620.6132.65-
YUV128.76141.68160.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=40.65%
G=23.60%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410115300.420.120.32317.2631.0653.92
HexAE659902AC2013d1f36
Octal25614523105214404753766
Binary101011101100101100110010101010110010000010011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6599; }

 p { color: rgb(174,101,153); }

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

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

 a { background-color: rgb(174,101,153); }

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

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

 span { border-color: rgb(174,101,153); }

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