#AE709B

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

Shades of Bouquet #AE709B

Tints of Bouquet #AE709B

Color information

#AE709B (or 0xAE709B) is unknown color: approx Bouquet. HEX triplet: AE, 70 and 9B. RGB value is (174,112,155). Sum of RGB (Red+Green+Blue) = 174+112+155=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE709B is #518F64. Grayscale: #878787. Windows color (decimal): -5345125 or 10186926. OLE color: 10186926.

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

Color convert

RGB174112155-
CMYK00.360.110.32
HSL318.39º27.68%56.08%-
HSV(B)318.39º35.63%68.24%-
XYZ29.1722.9533.9-
YUV135.44139.04155.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=39.46%
G=25.40%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411215500.360.110.32318.3927.6856.08
HexAE709B024B2013e1c38
Octal25616023304413404763470
Binary101011101110000100110110100100101110000010011111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE709B; }

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

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

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

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

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

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

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

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