#A96E99

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

Shades of Bouquet #A96E99

Tints of Bouquet #A96E99

Color information

#A96E99 (or 0xA96E99) is unknown color: approx Bouquet. HEX triplet: A9, 6E and 99. RGB value is (169,110,153). Sum of RGB (Red+Green+Blue) = 169+110+153=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E99 is #569166. Grayscale: #848484. Windows color (decimal): -5673319 or 10055337. OLE color: 10055337.

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

Color convert

RGB169110153-
CMYK00.350.090.34
HSL316.27º25.54%54.71%-
HSV(B)316.27º34.91%66.27%-
XYZ27.6921.8932.9-
YUV132.54139.55154-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=39.12%
G=25.46%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911015300.350.090.34316.2725.5454.71
HexA96E9902392213c1a37
Octal25115623104311424743267
Binary101010011101110100110010100011100110001010011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E99; }

 p { color: rgb(169,110,153); }

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

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

 a { background-color: rgb(169,110,153); }

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

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

 span { border-color: rgb(169,110,153); }

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