#ae6694

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

Shades of Bouquet #AE6694

Tints of Bouquet #AE6694

Color information

#AE6694 (or 0xAE6694) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 94. RGB value is (174,102,148). Sum of RGB (Red+Green+Blue) = 174+102+148=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6694 is #51996B. Grayscale: #808080. Windows color (decimal): -5347692 or 9725614. OLE color: 9725614.

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

Color convert

RGB174102148-
CMYK00.410.150.32
HSL321.67º30.77%54.12%-
HSV(B)321.67º41.38%68.24%-
XYZ27.5520.6430.55-
YUV128.77138.85160.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=41.04%
G=24.06%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410214800.410.150.32321.6730.7754.12
HexAE6694029F201421f36
Octal25614622405117405023766
Binary101011101100110100101000101001111110000010100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6694; }

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

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

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

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

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

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

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

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