#A3749C

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

Shades of Bouquet #A3749C

Tints of Bouquet #A3749C

Color information

#A3749C (or 0xA3749C) is unknown color: approx Bouquet. HEX triplet: A3, 74 and 9C. RGB value is (163,116,156). Sum of RGB (Red+Green+Blue) = 163+116+156=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749C is #5C8B63. Grayscale: #868686. Windows color (decimal): -6064996 or 10253475. OLE color: 10253475.

HSL color Cylindrical-coordinate representation of color #A3749C: hue angle of 308.94º 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 #A3749C is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163116156-
CMYK00.290.040.36
HSL308.94º20.35%54.71%-
HSV(B)308.94º28.83%63.92%-
XYZ27.3522.6834.39-
YUV134.61140.07148.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=37.47%
G=26.67%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311615600.290.040.36308.9420.3554.71
HexA3749C01D4241351437
Octal2431642340354444652467
Binary1010001111101001001110001110110010010010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3749C; }

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

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

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

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

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

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

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

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