#A46F97

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

Shades of Bouquet #A46F97

Tints of Bouquet #A46F97

Color information

#A46F97 (or 0xA46F97) is unknown color: approx Bouquet. HEX triplet: A4, 6F and 97. RGB value is (164,111,151). Sum of RGB (Red+Green+Blue) = 164+111+151=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F97 is #5B9068. Grayscale: #838383. Windows color (decimal): -6000745 or 9924516. OLE color: 9924516.

HSL color Cylindrical-coordinate representation of color #A46F97: hue angle of 314.72º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F97 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164111151-
CMYK00.320.080.36
HSL314.72º22.55%53.92%-
HSV(B)314.72º32.32%64.31%-
XYZ26.5821.532.03-
YUV131.41139.06151.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=38.50%
G=26.06%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411115100.320.080.36314.7222.5553.92
HexA46F9702082413b1736
Octal24415722704010444732766
Binary101001001101111100101110100000100010010010011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F97; }

 p { color: rgb(164,111,151); }

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

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

 a { background-color: rgb(164,111,151); }

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

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

 span { border-color: rgb(164,111,151); }

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