#A1759B

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

Shades of Bouquet #A1759B

Tints of Bouquet #A1759B

Color information

#A1759B (or 0xA1759B) is unknown color: approx Bouquet. HEX triplet: A1, 75 and 9B. RGB value is (161,117,155). Sum of RGB (Red+Green+Blue) = 161+117+155=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1759B is #5E8A64. Grayscale: #868686. Windows color (decimal): -6195813 or 10188193. OLE color: 10188193.

HSL color Cylindrical-coordinate representation of color #A1759B: hue angle of 308.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1759B is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB161117155-
CMYK00.270.040.37
HSL308.18º18.97%54.51%-
HSV(B)308.18º27.33%63.14%-
XYZ26.9822.6733.96-
YUV134.49139.58146.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=37.18%
G=27.02%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111715500.270.040.37308.1818.9754.51
HexA1759B01B4251341337
Octal2411652330334454642367
Binary1010000111101011001101101101110010010110011010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1759B; }

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

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

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

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

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

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

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

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