#A37199

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

Shades of Bouquet #A37199

Tints of Bouquet #A37199

Color information

#A37199 (or 0xA37199) is unknown color: approx Bouquet. HEX triplet: A3, 71 and 99. RGB value is (163,113,153). Sum of RGB (Red+Green+Blue) = 163+113+153=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37199 is #5C8E66. Grayscale: #848484. Windows color (decimal): -6065767 or 10056099. OLE color: 10056099.

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

Color convert

RGB163113153-
CMYK00.310.060.36
HSL312º21.37%54.12%-
HSV(B)312º30.67%63.92%-
XYZ26.7621.932.95-
YUV132.51139.56149.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=38.00%
G=26.34%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311315300.310.060.3631221.3754.12
HexA3719901F6241381536
Octal2431612310376444702566
Binary1010001111100011001100101111111010010010011100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37199; }

 p { color: rgb(163,113,153); }

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

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

 a { background-color: rgb(163,113,153); }

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

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

 span { border-color: rgb(163,113,153); }

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