#A96B97

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

Shades of Bouquet #A96B97

Tints of Bouquet #A96B97

Color information

#A96B97 (or 0xA96B97) is unknown color: approx Bouquet. HEX triplet: A9, 6B and 97. RGB value is (169,107,151). Sum of RGB (Red+Green+Blue) = 169+107+151=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B97 is #569468. Grayscale: #828282. Windows color (decimal): -5674089 or 9923497. OLE color: 9923497.

HSL color Cylindrical-coordinate representation of color #A96B97: hue angle of 317.42º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B97 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169107151-
CMYK00.370.110.34
HSL317.42º26.5%54.12%-
HSV(B)317.42º36.69%66.27%-
XYZ27.2121.1831.93-
YUV130.55139.54155.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=39.58%
G=25.06%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910715100.370.110.34317.4226.554.12
HexA96B97025B2213d1a36
Octal25115322704513424753266
Binary101010011101011100101110100101101110001010011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B97; }

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

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

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

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

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

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

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

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