#A97B97

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

Shades of Bouquet #A97B97

Tints of Bouquet #A97B97

Color information

#A97B97 (or 0xA97B97) is unknown color: approx Bouquet. HEX triplet: A9, 7B and 97. RGB value is (169,123,151). Sum of RGB (Red+Green+Blue) = 169+123+151=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B97 is #568468. Grayscale: #8B8B8B. Windows color (decimal): -5669993 or 9927593. OLE color: 9927593.

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

Color convert

RGB169123151-
CMYK00.270.110.34
HSL323.48º21.1%57.25%-
HSV(B)323.48º27.22%66.27%-
XYZ29.0324.8432.54-
YUV139.95134.24148.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=38.15%
G=27.77%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912315100.270.110.34323.4821.157.25
HexA97B9701BB221431539
Octal25117322703313425032571
Binary10101001111101110010111011011101110001010100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B97; }

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

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

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

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

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

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

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

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