#A97C9F

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

Shades of Bouquet #A97C9F

Tints of Bouquet #A97C9F

Color information

#A97C9F (or 0xA97C9F) is unknown color: approx Bouquet. HEX triplet: A9, 7C and 9F. RGB value is (169,124,159). Sum of RGB (Red+Green+Blue) = 169+124+159=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97C9F is #568360. Grayscale: #8D8D8D. Windows color (decimal): -5669729 or 10452137. OLE color: 10452137.

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

Color convert

RGB169124159-
CMYK00.270.060.34
HSL313.33º20.74%57.45%-
HSV(B)313.33º26.63%66.27%-
XYZ29.8325.3536.12-
YUV141.44137.91147.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=37.39%
G=27.43%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912415900.270.060.34313.3320.7457.45
HexA97C9F01B6221391539
Octal2511742370336424712571
Binary1010100111111001001111101101111010001010011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C9F; }

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

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

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

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

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

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

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

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