#AE6692

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

Shades of Bouquet #AE6692

Tints of Bouquet #AE6692

Color information

#AE6692 (or 0xAE6692) is unknown color: approx Bouquet. HEX triplet: AE, 66 and 92. RGB value is (174,102,146). Sum of RGB (Red+Green+Blue) = 174+102+146=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6692 is #51996D. Grayscale: #808080. Windows color (decimal): -5347694 or 9594542. OLE color: 9594542.

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

Color convert

RGB174102146-
CMYK00.410.160.32
HSL323.33º30.77%54.12%-
HSV(B)323.33º41.38%68.24%-
XYZ27.420.5829.72-
YUV128.54137.85160.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=41.23%
G=24.17%
B=34.60%

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
Decimal17410214600.410.160.32323.3330.7754.12
HexAE669202910201431f36
Octal25614622205120405033766
Binary1010111011001101001001001010011000010000010100001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6692; }

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

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

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

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

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

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

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

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