#A6829F

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

Shades of Bouquet #A6829F

Tints of Bouquet #A6829F

Color information

#A6829F (or 0xA6829F) is unknown color: approx Bouquet. HEX triplet: A6, 82 and 9F. RGB value is (166,130,159). Sum of RGB (Red+Green+Blue) = 166+130+159=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6829F is #597D60. Grayscale: #8F8F8F. Windows color (decimal): -5864801 or 10453670. OLE color: 10453670.

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

Color convert

RGB166130159-
CMYK00.220.040.35
HSL311.67º16.82%58.04%-
HSV(B)311.67º21.69%65.1%-
XYZ29.9726.5836.35-
YUV144.07136.43143.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=36.48%
G=28.57%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613015900.220.040.35311.6716.8258.04
HexA6829F016423138113a
Octal2462022370264434702172
Binary10100110100000101001111101011010010001110011100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6829F; }

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

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

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

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

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

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

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

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