#A97C9E

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

Shades of Bouquet #A97C9E

Tints of Bouquet #A97C9E

Color information

#A97C9E (or 0xA97C9E) is unknown color: approx Bouquet. HEX triplet: A9, 7C and 9E. RGB value is (169,124,158). Sum of RGB (Red+Green+Blue) = 169+124+158=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97C9E is #568361. Grayscale: #8D8D8D. Windows color (decimal): -5669730 or 10386601. OLE color: 10386601.

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

Color convert

RGB169124158-
CMYK00.270.070.34
HSL314.67º20.74%57.45%-
HSV(B)314.67º26.63%66.27%-
XYZ29.7425.3235.67-
YUV141.33137.41147.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=37.47%
G=27.49%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912415800.270.070.34314.6720.7457.45
HexA97C9E01B72213b1539
Octal2511742360337424732571
Binary1010100111111001001111001101111110001010011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C9E; }

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

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

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

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

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

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

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

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