#A37697

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

Shades of Bouquet #A37697

Tints of Bouquet #A37697

Color information

#A37697 (or 0xA37697) is unknown color: approx Bouquet. HEX triplet: A3, 76 and 97. RGB value is (163,118,151). Sum of RGB (Red+Green+Blue) = 163+118+151=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A37697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37697 is #5C8968. Grayscale: #878787. Windows color (decimal): -6064489 or 9926307. OLE color: 9926307.

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

Color convert

RGB163118151-
CMYK00.280.070.36
HSL316º19.65%55.1%-
HSV(B)316º27.61%63.92%-
XYZ27.1722.9832.28-
YUV135.22136.91147.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=37.73%
G=27.31%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311815100.280.070.3631619.6555.1
HexA3769701C72413c1437
Octal2431662270347444742467
Binary1010001111101101001011101110011110010010011110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37697; }

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

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

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

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

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

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

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

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