#A37297

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

Shades of Bouquet #A37297

Tints of Bouquet #A37297

Color information

#A37297 (or 0xA37297) is unknown color: approx Bouquet. HEX triplet: A3, 72 and 97. RGB value is (163,114,151). Sum of RGB (Red+Green+Blue) = 163+114+151=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37297 is #5C8D68. Grayscale: #848484. Windows color (decimal): -6065513 or 9925283. OLE color: 9925283.

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

Color convert

RGB163114151-
CMYK00.300.070.36
HSL314.69º21.03%54.31%-
HSV(B)314.69º30.06%63.92%-
XYZ26.7122.0632.13-
YUV132.87138.23149.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=38.08%
G=26.64%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311415100.300.070.36314.6921.0354.31
HexA3729701E72413b1536
Octal2431622270367444732566
Binary1010001111100101001011101111011110010010011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37297; }

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

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

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

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

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

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

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

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