#a37097

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

Shades of Bouquet #A37097

Tints of Bouquet #A37097

Color information

#A37097 (or 0xA37097) is unknown color: approx Bouquet. HEX triplet: A3, 70 and 97. RGB value is (163,112,151). Sum of RGB (Red+Green+Blue) = 163+112+151=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37097 is #5C8F68. Grayscale: #838383. Windows color (decimal): -6066025 or 9924771. OLE color: 9924771.

HSL color Cylindrical-coordinate representation of color #A37097: hue angle of 314.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37097 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB163112151-
CMYK00.310.070.36
HSL314.12º21.7%53.92%-
HSV(B)314.12º31.29%63.92%-
XYZ26.4821.6132.05-
YUV131.7138.9150.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=38.26%
G=26.29%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311215100.310.070.36314.1221.753.92
HexA3709701F72413a1636
Octal2431602270377444722666
Binary1010001111100001001011101111111110010010011101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37097; }

 p { color: rgb(163,112,151); }

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

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

 a { background-color: rgb(163,112,151); }

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

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

 span { border-color: rgb(163,112,151); }

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