#AE6693

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

Shades of Bouquet #AE6693

Tints of Bouquet #AE6693

Color information

#AE6693 (or 0xAE6693) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 93. RGB value is (174,102,147). Sum of RGB (Red+Green+Blue) = 174+102+147=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6693 is #51996C. Grayscale: #808080. Windows color (decimal): -5347693 or 9660078. OLE color: 9660078.

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

Color convert

RGB174102147-
CMYK00.410.160.32
HSL322.5º30.77%54.12%-
HSV(B)322.5º41.38%68.24%-
XYZ27.4720.6130.13-
YUV128.66138.35160.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=41.13%
G=24.11%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410214700.410.160.32322.530.7754.12
HexAE669302910201421f36
Octal25614622305120405023766
Binary1010111011001101001001101010011000010000010100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6693; }

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

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

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

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

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

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

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

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