#A6829B

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

Shades of Bouquet #A6829B

Tints of Bouquet #A6829B

Color information

#A6829B (or 0xA6829B) is unknown color: approx Bouquet. HEX triplet: A6, 82 and 9B. RGB value is (166,130,155). Sum of RGB (Red+Green+Blue) = 166+130+155=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A6829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6829B is #597D64. Grayscale: #8F8F8F. Windows color (decimal): -5864805 or 10191526. OLE color: 10191526.

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

Color convert

RGB166130155-
CMYK00.220.070.35
HSL318.33º16.82%58.04%-
HSV(B)318.33º21.69%65.1%-
XYZ29.6226.4434.55-
YUV143.61134.43143.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=36.81%
G=28.82%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613015500.220.070.35318.3316.8258.04
HexA6829B01672313e113a
Octal2462022330267434762172
Binary10100110100000101001101101011011110001110011111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6829B; }

 p { color: rgb(166,130,155); }

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

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

 a { background-color: rgb(166,130,155); }

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

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

 span { border-color: rgb(166,130,155); }

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