#AE7FA1

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

Shades of Bouquet #AE7FA1

Tints of Bouquet #AE7FA1

Color information

#AE7FA1 (or 0xAE7FA1) is unknown color: approx Bouquet. HEX triplet: AE, 7F and A1. RGB value is (174,127,161). Sum of RGB (Red+Green+Blue) = 174+127+161=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FA1 is #51805E. Grayscale: #909090. Windows color (decimal): -5341279 or 10583982. OLE color: 10583982.

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

Color convert

RGB174127161-
CMYK00.270.070.32
HSL316.6º22.49%59.02%-
HSV(B)316.6º27.01%68.24%-
XYZ31.4826.7537.22-
YUV144.93137.07148.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=37.66%
G=27.49%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412716100.270.070.32316.622.4959.02
HexAE7FA101B72013d163b
Octal2561772410337404752673
Binary1010111011111111010000101101111110000010011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FA1; }

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

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

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

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

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

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

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

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