#AE71A1

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

Shades of Bouquet #AE71A1

Tints of Bouquet #AE71A1

Color information

#AE71A1 (or 0xAE71A1) is unknown color: approx Bouquet. HEX triplet: AE, 71 and A1. RGB value is (174,113,161). Sum of RGB (Red+Green+Blue) = 174+113+161=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE71A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE71A1 is #518E5E. Grayscale: #888888. Windows color (decimal): -5344863 or 10580398. OLE color: 10580398.

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

Color convert

RGB174113161-
CMYK00.350.070.32
HSL312.79º27.35%56.27%-
HSV(B)312.79º35.06%68.24%-
XYZ29.7923.3836.66-
YUV136.71141.71154.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=38.84%
G=25.22%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411316100.350.070.32312.7927.3556.27
HexAE71A10237201391b38
Octal2561612410437404713370
Binary10101110111000110100001010001111110000010011100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE71A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE71A1; }

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

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

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

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

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

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

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

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