#AE709E

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

Shades of Bouquet #AE709E

Tints of Bouquet #AE709E

Color information

#AE709E (or 0xAE709E) is unknown color: approx Bouquet. HEX triplet: AE, 70 and 9E. RGB value is (174,112,158). Sum of RGB (Red+Green+Blue) = 174+112+158=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE709E is #518F61. Grayscale: #878787. Windows color (decimal): -5345122 or 10383534. OLE color: 10383534.

HSL color Cylindrical-coordinate representation of color #AE709E: hue angle of 315.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE709E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174112158-
CMYK00.360.090.32
HSL315.48º27.68%56.08%-
HSV(B)315.48º35.63%68.24%-
XYZ29.4223.0635.25-
YUV135.78140.54155.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=39.19%
G=25.23%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411215800.360.090.32315.4827.6856.08
HexAE709E02492013b1c38
Octal25616023604411404733470
Binary101011101110000100111100100100100110000010011101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE709E; }

 p { color: rgb(174,112,158); }

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

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

 a { background-color: rgb(174,112,158); }

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

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

 span { border-color: rgb(174,112,158); }

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