#A17F9F

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

Shades of Bouquet #A17F9F

Tints of Bouquet #A17F9F

Color information

#A17F9F (or 0xA17F9F) is unknown color: approx Bouquet. HEX triplet: A1, 7F and 9F. RGB value is (161,127,159). Sum of RGB (Red+Green+Blue) = 161+127+159=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F9F is #5E8060. Grayscale: #8C8C8C. Windows color (decimal): -6193249 or 10452897. OLE color: 10452897.

HSL color Cylindrical-coordinate representation of color #A17F9F: hue angle of 303.53º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A17F9F is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161127159-
CMYK00.210.010.37
HSL303.53º15.32%56.47%-
HSV(B)303.53º21.12%63.14%-
XYZ28.5525.2636.17-
YUV140.81138.26142.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=36.02%
G=28.41%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112715900.210.010.37303.5315.3256.47
HexA17F9F015125130f38
Octal2411772370251454601770
Binary1010000111111111001111101010111001011001100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F9F; }

 p { color: rgb(161,127,159); }

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

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

 a { background-color: rgb(161,127,159); }

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

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

 span { border-color: rgb(161,127,159); }

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