#A37499

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

Shades of Bouquet #A37499

Tints of Bouquet #A37499

Color information

#A37499 (or 0xA37499) is unknown color: approx Bouquet. HEX triplet: A3, 74 and 99. RGB value is (163,116,153). Sum of RGB (Red+Green+Blue) = 163+116+153=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A37499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37499 is #5C8B66. Grayscale: #868686. Windows color (decimal): -6064999 or 10056867. OLE color: 10056867.

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

Color convert

RGB163116153-
CMYK00.290.060.36
HSL312.77º20.35%54.71%-
HSV(B)312.77º28.83%63.92%-
XYZ27.122.5833.07-
YUV134.27138.57148.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=37.73%
G=26.85%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311615300.290.060.36312.7720.3554.71
HexA3749901D6241391437
Octal2431642310356444712467
Binary1010001111101001001100101110111010010010011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37499; }

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

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

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

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

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

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

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

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