#A47EA0

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

Shades of Bouquet #A47EA0

Tints of Bouquet #A47EA0

Color information

#A47EA0 (or 0xA47EA0) is unknown color: approx Bouquet. HEX triplet: A4, 7E and A0. RGB value is (164,126,160). Sum of RGB (Red+Green+Blue) = 164+126+160=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A47EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EA0 is #5B815F. Grayscale: #8D8D8D. Windows color (decimal): -5996896 or 10518180. OLE color: 10518180.

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

Color convert

RGB164126160-
CMYK00.230.020.36
HSL306.32º17.27%56.86%-
HSV(B)306.32º23.17%64.31%-
XYZ29.1225.3536.62-
YUV141.24138.59144.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=36.44%
G=28%
B=35.56%

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
Decimal16412616000.230.020.36306.3217.2756.86
HexA47EA00172241321139
Octal2441762400272444622171
Binary101001001111110101000000101111010010010011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EA0; }

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

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

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

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

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

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

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

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