#A97F9E

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

Shades of Bouquet #A97F9E

Tints of Bouquet #A97F9E

Color information

#A97F9E (or 0xA97F9E) is unknown color: approx Bouquet. HEX triplet: A9, 7F and 9E. RGB value is (169,127,158). Sum of RGB (Red+Green+Blue) = 169+127+158=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97F9E is #568061. Grayscale: #8F8F8F. Windows color (decimal): -5668962 or 10387369. OLE color: 10387369.

HSL color Cylindrical-coordinate representation of color #A97F9E: hue angle of 315.71º 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 #A97F9E is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169127158-
CMYK00.250.070.34
HSL315.71º19.63%58.04%-
HSV(B)315.71º24.85%66.27%-
XYZ30.1226.0835.79-
YUV143.09136.41146.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=37.22%
G=27.97%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912715800.250.070.34315.7119.6358.04
HexA97F9E01972213c143a
Octal2511772360317424742472
Binary1010100111111111001111001100111110001010011110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F9E; }

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

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

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

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

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

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

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

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