#A47EA1

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

Shades of Bouquet #A47EA1

Tints of Bouquet #A47EA1

Color information

#A47EA1 (or 0xA47EA1) is unknown color: approx Bouquet. HEX triplet: A4, 7E and A1. RGB value is (164,126,161). Sum of RGB (Red+Green+Blue) = 164+126+161=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A47EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EA1 is #5B815E. Grayscale: #8D8D8D. Windows color (decimal): -5996895 or 10583716. OLE color: 10583716.

HSL color Cylindrical-coordinate representation of color #A47EA1: hue angle of 304.74º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47EA1 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164126161-
CMYK00.230.020.36
HSL304.74º17.27%56.86%-
HSV(B)304.74º23.17%64.31%-
XYZ29.225.3937.08-
YUV141.35139.09144.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=36.36%
G=27.94%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412616100.230.020.36304.7417.2756.86
HexA47EA10172241311139
Octal2441762410272444612171
Binary101001001111110101000010101111010010010011000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EA1; }

 p { color: rgb(164,126,161); }

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

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

 a { background-color: rgb(164,126,161); }

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

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

 span { border-color: rgb(164,126,161); }

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