#AE72A1

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

Shades of Bouquet #AE72A1

Tints of Bouquet #AE72A1

Color information

#AE72A1 (or 0xAE72A1) is unknown color: approx Bouquet. HEX triplet: AE, 72 and A1. RGB value is (174,114,161). Sum of RGB (Red+Green+Blue) = 174+114+161=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE72A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72A1 is #518D5E. Grayscale: #898989. Windows color (decimal): -5344607 or 10580654. OLE color: 10580654.

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

Color convert

RGB174114161-
CMYK00.340.070.32
HSL313º27.03%56.47%-
HSV(B)313º34.48%68.24%-
XYZ29.9123.6136.7-
YUV137.3141.38154.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=38.75%
G=25.39%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411416100.340.070.3231327.0356.47
HexAE72A10227201391b38
Octal2561622410427404713370
Binary10101110111001010100001010001011110000010011100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72A1; }

 p { color: rgb(174,114,161); }

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

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

 a { background-color: rgb(174,114,161); }

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

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

 span { border-color: rgb(174,114,161); }

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