#A6859E

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

Shades of Bouquet #A6859E

Tints of Bouquet #A6859E

Color information

#A6859E (or 0xA6859E) is unknown color: approx Bouquet. HEX triplet: A6, 85 and 9E. RGB value is (166,133,158). Sum of RGB (Red+Green+Blue) = 166+133+158=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6859E is #597A61. Grayscale: #919191. Windows color (decimal): -5864034 or 10388902. OLE color: 10388902.

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

Color convert

RGB166133158-
CMYK00.200.050.35
HSL314.55º15.64%58.63%-
HSV(B)314.55º19.88%65.1%-
XYZ30.2827.3536.03-
YUV145.72134.93142.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=36.32%
G=29.10%
B=34.57%

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
Decimal16613315800.200.050.35314.5515.6458.63
HexA6859E01452313b103b
Octal2462052360245434732073
Binary10100110100001011001111001010010110001110011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6859E; }

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

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

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

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

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

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

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

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