#A97993

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

Shades of Bouquet #A97993

Tints of Bouquet #A97993

Color information

#A97993 (or 0xA97993) is unknown color: approx Bouquet. HEX triplet: A9, 79 and 93. RGB value is (169,121,147). Sum of RGB (Red+Green+Blue) = 169+121+147=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A97993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97993 is #56866C. Grayscale: #8A8A8A. Windows color (decimal): -5670509 or 9664937. OLE color: 9664937.

HSL color Cylindrical-coordinate representation of color #A97993: hue angle of 327.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97993 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169121147-
CMYK00.280.130.34
HSL327.5º21.82%56.86%-
HSV(B)327.5º28.4%66.27%-
XYZ28.4724.2230.78-
YUV138.32132.9149.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=38.67%
G=27.69%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912114700.280.130.34327.521.8256.86
HexA9799301CD221481639
Octal25117122303415425102671
Binary10101001111100110010011011100110110001010100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97993; }

 p { color: rgb(169,121,147); }

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

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

 a { background-color: rgb(169,121,147); }

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

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

 span { border-color: rgb(169,121,147); }

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