#A6839F

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

Shades of Bouquet #A6839F

Tints of Bouquet #A6839F

Color information

#A6839F (or 0xA6839F) is unknown color: approx Bouquet. HEX triplet: A6, 83 and 9F. RGB value is (166,131,159). Sum of RGB (Red+Green+Blue) = 166+131+159=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6839F is #597C60. Grayscale: #909090. Windows color (decimal): -5864545 or 10453926. OLE color: 10453926.

HSL color Cylindrical-coordinate representation of color #A6839F: hue angle of 312º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6839F is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166131159-
CMYK00.210.040.35
HSL312º16.43%58.24%-
HSV(B)312º21.08%65.1%-
XYZ30.126.8436.4-
YUV144.66136.1143.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=36.40%
G=28.73%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613115900.210.040.3531216.4358.24
HexA6839F015423138103a
Octal2462032370254434702072
Binary10100110100000111001111101010110010001110011100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6839F; }

 p { color: rgb(166,131,159); }

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

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

 a { background-color: rgb(166,131,159); }

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

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

 span { border-color: rgb(166,131,159); }

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