#A37E9A

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

Shades of Bouquet #A37E9A

Tints of Bouquet #A37E9A

Color information

#A37E9A (or 0xA37E9A) is unknown color: approx Bouquet. HEX triplet: A3, 7E and 9A. RGB value is (163,126,154). Sum of RGB (Red+Green+Blue) = 163+126+154=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E9A is #5C8165. Grayscale: #8C8C8C. Windows color (decimal): -6062438 or 10124963. OLE color: 10124963.

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

Color convert

RGB163126154-
CMYK00.230.060.36
HSL314.59º16.74%56.67%-
HSV(B)314.59º22.7%63.92%-
XYZ28.425.0433.91-
YUV140.26135.76144.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=36.79%
G=28.44%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312615400.230.060.36314.5916.7456.67
HexA37E9A01762413b1139
Octal2431762320276444732171
Binary1010001111111101001101001011111010010010011101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E9A; }

 p { color: rgb(163,126,154); }

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

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

 a { background-color: rgb(163,126,154); }

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

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

 span { border-color: rgb(163,126,154); }

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