#A6839E

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

Shades of Bouquet #A6839E

Tints of Bouquet #A6839E

Color information

#A6839E (or 0xA6839E) is unknown color: approx Bouquet. HEX triplet: A6, 83 and 9E. RGB value is (166,131,158). Sum of RGB (Red+Green+Blue) = 166+131+158=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6839E is #597C61. Grayscale: #909090. Windows color (decimal): -5864546 or 10388390. OLE color: 10388390.

HSL color Cylindrical-coordinate representation of color #A6839E: hue angle of 313.71º 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 #A6839E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166131158-
CMYK00.210.050.35
HSL313.71º16.43%58.24%-
HSV(B)313.71º21.08%65.1%-
XYZ30.0126.8135.94-
YUV144.54135.6143.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=36.48%
G=28.79%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613115800.210.050.35313.7116.4358.24
HexA6839E01552313a103a
Octal2462032360255434722072
Binary10100110100000111001111001010110110001110011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6839E; }

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

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

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

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

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

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

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

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