#A6849E

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

Shades of Bouquet #A6849E

Tints of Bouquet #A6849E

Color information

#A6849E (or 0xA6849E) is unknown color: approx Bouquet. HEX triplet: A6, 84 and 9E. RGB value is (166,132,158). Sum of RGB (Red+Green+Blue) = 166+132+158=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6849E is #597B61. Grayscale: #919191. Windows color (decimal): -5864290 or 10388646. OLE color: 10388646.

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

Color convert

RGB166132158-
CMYK00.200.050.35
HSL314.12º16.04%58.43%-
HSV(B)314.12º20.48%65.1%-
XYZ30.1527.0835.99-
YUV145.13135.26142.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=36.40%
G=28.95%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613215800.200.050.35314.1216.0458.43
HexA6849E01452313a103a
Octal2462042360245434722072
Binary10100110100001001001111001010010110001110011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6849E; }

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

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

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

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

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

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

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

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