#A96C97

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

Shades of Bouquet #A96C97

Tints of Bouquet #A96C97

Color information

#A96C97 (or 0xA96C97) is unknown color: approx Bouquet. HEX triplet: A9, 6C and 97. RGB value is (169,108,151). Sum of RGB (Red+Green+Blue) = 169+108+151=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C97 is #569368. Grayscale: #838383. Windows color (decimal): -5673833 or 9923753. OLE color: 9923753.

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

Color convert

RGB169108151-
CMYK00.360.110.34
HSL317.7º26.18%54.31%-
HSV(B)317.7º36.09%66.27%-
XYZ27.3121.3931.97-
YUV131.14139.21155-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=39.49%
G=25.23%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910815100.360.110.34317.726.1854.31
HexA96C97024B2213e1a36
Octal25115422704413424763266
Binary101010011101100100101110100100101110001010011111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C97; }

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

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

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

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

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

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

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

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