#A3759C

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

Shades of Bouquet #A3759C

Tints of Bouquet #A3759C

Color information

#A3759C (or 0xA3759C) is unknown color: approx Bouquet. HEX triplet: A3, 75 and 9C. RGB value is (163,117,156). Sum of RGB (Red+Green+Blue) = 163+117+156=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3759C is #5C8A63. Grayscale: #878787. Windows color (decimal): -6064740 or 10253731. OLE color: 10253731.

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

Color convert

RGB163117156-
CMYK00.280.040.36
HSL309.13º20%54.9%-
HSV(B)309.13º28.22%63.92%-
XYZ27.4722.9134.43-
YUV135.2139.74147.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=37.39%
G=26.83%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311715600.280.040.36309.132054.9
HexA3759C01C4241351437
Octal2431652340344444652467
Binary1010001111101011001110001110010010010010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3759C; }

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

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

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

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

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

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

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

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