#A97B9B

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

Shades of Bouquet #A97B9B

Tints of Bouquet #A97B9B

Color information

#A97B9B (or 0xA97B9B) is unknown color: approx Bouquet. HEX triplet: A9, 7B and 9B. RGB value is (169,123,155). Sum of RGB (Red+Green+Blue) = 169+123+155=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B9B is #568464. Grayscale: #8C8C8C. Windows color (decimal): -5669989 or 10189737. OLE color: 10189737.

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

Color convert

RGB169123155-
CMYK00.270.080.34
HSL318.26º21.1%57.25%-
HSV(B)318.26º27.22%66.27%-
XYZ29.3624.9734.28-
YUV140.4136.24148.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=37.81%
G=27.52%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912315500.270.080.34318.2621.157.25
HexA97B9B01B82213e1539
Octal25117323303310424762571
Binary10101001111101110011011011011100010001010011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B9B; }

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

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

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

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

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

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

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

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