#A17599

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

Shades of Bouquet #A17599

Tints of Bouquet #A17599

Color information

#A17599 (or 0xA17599) is unknown color: approx Bouquet. HEX triplet: A1, 75 and 99. RGB value is (161,117,153). Sum of RGB (Red+Green+Blue) = 161+117+153=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A17599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17599 is #5E8A66. Grayscale: #868686. Windows color (decimal): -6195815 or 10057121. OLE color: 10057121.

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

Color convert

RGB161117153-
CMYK00.270.050.37
HSL310.91º18.97%54.51%-
HSV(B)310.91º27.33%63.14%-
XYZ26.8122.633.09-
YUV134.26138.58147.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=37.35%
G=27.15%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111715300.270.050.37310.9118.9754.51
HexA1759901B5251371337
Octal2411652310335454672367
Binary1010000111101011001100101101110110010110011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17599; }

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

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

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

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

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

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

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

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