#A97B9E

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

Shades of Bouquet #A97B9E

Tints of Bouquet #A97B9E

Color information

#A97B9E (or 0xA97B9E) is unknown color: approx Bouquet. HEX triplet: A9, 7B and 9E. RGB value is (169,123,158). Sum of RGB (Red+Green+Blue) = 169+123+158=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B9E is #568461. Grayscale: #8C8C8C. Windows color (decimal): -5669986 or 10386345. OLE color: 10386345.

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

Color convert

RGB169123158-
CMYK00.270.070.34
HSL314.35º21.1%57.25%-
HSV(B)314.35º27.22%66.27%-
XYZ29.6225.0735.63-
YUV140.74137.74148.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=37.56%
G=27.33%
B=35.11%

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
Decimal16912315800.270.070.34314.3521.157.25
HexA97B9E01B72213a1539
Octal2511732360337424722571
Binary1010100111110111001111001101111110001010011101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B9E; }

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

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

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

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

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

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

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

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