#AE6697

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

Shades of Bouquet #AE6697

Tints of Bouquet #AE6697

Color information

#AE6697 (or 0xAE6697) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 97. RGB value is (174,102,151). Sum of RGB (Red+Green+Blue) = 174+102+151=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6697 is #519968. Grayscale: #808080. Windows color (decimal): -5347689 or 9922222. OLE color: 9922222.

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

Color convert

RGB174102151-
CMYK00.410.130.32
HSL319.17º30.77%54.12%-
HSV(B)319.17º41.38%68.24%-
XYZ27.7920.7431.82-
YUV129.11140.35160.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=40.75%
G=23.89%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410215100.410.130.32319.1730.7754.12
HexAE6697029D2013f1f36
Octal25614622705115404773766
Binary101011101100110100101110101001110110000010011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6697; }

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

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

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

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

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

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

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

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