#A6849F

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

Shades of Bouquet #A6849F

Tints of Bouquet #A6849F

Color information

#A6849F (or 0xA6849F) is unknown color: approx Bouquet. HEX triplet: A6, 84 and 9F. RGB value is (166,132,159). Sum of RGB (Red+Green+Blue) = 166+132+159=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6849F is #597B60. Grayscale: #919191. Windows color (decimal): -5864289 or 10454182. OLE color: 10454182.

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

Color convert

RGB166132159-
CMYK00.200.040.35
HSL312.35º16.04%58.43%-
HSV(B)312.35º20.48%65.1%-
XYZ30.2427.1136.44-
YUV145.24135.76142.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=36.32%
G=28.88%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613215900.200.040.35312.3516.0458.43
HexA6849F014423138103a
Octal2462042370244434702072
Binary10100110100001001001111101010010010001110011100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6849F; }

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

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

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

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

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

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

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

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