#A37A9A

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

Shades of Bouquet #A37A9A

Tints of Bouquet #A37A9A

Color information

#A37A9A (or 0xA37A9A) is unknown color: approx Bouquet. HEX triplet: A3, 7A and 9A. RGB value is (163,122,154). Sum of RGB (Red+Green+Blue) = 163+122+154=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A9A is #5C8565. Grayscale: #898989. Windows color (decimal): -6063462 or 10123939. OLE color: 10123939.

HSL color Cylindrical-coordinate representation of color #A37A9A: hue angle of 313.17º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37A9A is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB163122154-
CMYK00.250.060.36
HSL313.17º18.22%55.88%-
HSV(B)313.17º25.15%63.92%-
XYZ27.924.0433.74-
YUV137.91137.08145.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=37.13%
G=27.79%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312215400.250.060.36313.1718.2255.88
HexA37A9A0196241391238
Octal2431722320316444712270
Binary1010001111110101001101001100111010010010011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A9A; }

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

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

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

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

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

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

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

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