#A97F9F

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

Shades of Bouquet #A97F9F

Tints of Bouquet #A97F9F

Color information

#A97F9F (or 0xA97F9F) is unknown color: approx Bouquet. HEX triplet: A9, 7F and 9F. RGB value is (169,127,159). Sum of RGB (Red+Green+Blue) = 169+127+159=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97F9F is #568060. Grayscale: #8F8F8F. Windows color (decimal): -5668961 or 10452905. OLE color: 10452905.

HSL color Cylindrical-coordinate representation of color #A97F9F: hue angle of 314.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97F9F is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169127159-
CMYK00.250.060.34
HSL314.29º19.63%58.04%-
HSV(B)314.29º24.85%66.27%-
XYZ30.2126.1236.25-
YUV143.21136.91146.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=37.14%
G=27.91%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912715900.250.060.34314.2919.6358.04
HexA97F9F01962213a143a
Octal2511772370316424722472
Binary1010100111111111001111101100111010001010011101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F9F; }

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

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

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

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

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

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

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

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