#A17699

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

Shades of Bouquet #A17699

Tints of Bouquet #A17699

Color information

#A17699 (or 0xA17699) is unknown color: approx Bouquet. HEX triplet: A1, 76 and 99. RGB value is (161,118,153). Sum of RGB (Red+Green+Blue) = 161+118+153=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17699 is #5E8966. Grayscale: #868686. Windows color (decimal): -6195559 or 10057377. OLE color: 10057377.

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

Color convert

RGB161118153-
CMYK00.270.050.37
HSL311.16º18.61%54.71%-
HSV(B)311.16º26.71%63.14%-
XYZ26.9322.8333.13-
YUV134.85138.25146.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=37.27%
G=27.31%
B=35.42%

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
Decimal16111815300.270.050.37311.1618.6154.71
HexA1769901B5251371337
Octal2411662310335454672367
Binary1010000111101101001100101101110110010110011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17699; }

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

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

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

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

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

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

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

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