#AE6597

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

Shades of Bouquet #AE6597

Tints of Bouquet #AE6597

Color information

#AE6597 (or 0xAE6597) is unknown color: approx Bouquet. HEX triplet: AE, 65 and 97. RGB value is (174,101,151). Sum of RGB (Red+Green+Blue) = 174+101+151=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6597 is #519A68. Grayscale: #808080. Windows color (decimal): -5347945 or 9921966. OLE color: 9921966.

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

Color convert

RGB174101151-
CMYK00.420.130.32
HSL318.9º31.06%53.92%-
HSV(B)318.9º41.95%68.24%-
XYZ27.720.5431.78-
YUV128.53140.68160.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=40.85%
G=23.71%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410115100.420.130.32318.931.0653.92
HexAE659702AD2013f1f36
Octal25614522705215404773766
Binary101011101100101100101110101010110110000010011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6597; }

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

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

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

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

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

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

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

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