#A3749B

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

Shades of Bouquet #A3749B

Tints of Bouquet #A3749B

Color information

#A3749B (or 0xA3749B) is unknown color: approx Bouquet. HEX triplet: A3, 74 and 9B. RGB value is (163,116,155). Sum of RGB (Red+Green+Blue) = 163+116+155=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3749B is #5C8B64. Grayscale: #868686. Windows color (decimal): -6064997 or 10187939. OLE color: 10187939.

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

Color convert

RGB163116155-
CMYK00.290.050.36
HSL310.21º20.35%54.71%-
HSV(B)310.21º28.83%63.92%-
XYZ27.2722.6433.94-
YUV134.5139.57148.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=37.56%
G=26.73%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311615500.290.050.36310.2120.3554.71
HexA3749B01D5241361437
Octal2431642330355444662467
Binary1010001111101001001101101110110110010010011011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3749B; }

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

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

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

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

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

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

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

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