#A3759B

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

Shades of Bouquet #A3759B

Tints of Bouquet #A3759B

Color information

#A3759B (or 0xA3759B) is unknown color: approx Bouquet. HEX triplet: A3, 75 and 9B. RGB value is (163,117,155). Sum of RGB (Red+Green+Blue) = 163+117+155=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A3759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3759B is #5C8A64. Grayscale: #868686. Windows color (decimal): -6064741 or 10188195. OLE color: 10188195.

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

Color convert

RGB163117155-
CMYK00.280.050.36
HSL310.43º20%54.9%-
HSV(B)310.43º28.22%63.92%-
XYZ27.3822.8833.98-
YUV135.09139.24147.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=37.47%
G=26.90%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311715500.280.050.36310.432054.9
HexA3759B01C5241361437
Octal2431652330345444662467
Binary1010001111101011001101101110010110010010011011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3759B; }

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

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

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

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

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

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

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

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