#A6879F

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

Shades of Bouquet #A6879F

Tints of Bouquet #A6879F

Color information

#A6879F (or 0xA6879F) is unknown color: approx Bouquet. HEX triplet: A6, 87 and 9F. RGB value is (166,135,159). Sum of RGB (Red+Green+Blue) = 166+135+159=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A6879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6879F is #597860. Grayscale: #929292. Windows color (decimal): -5863521 or 10454950. OLE color: 10454950.

HSL color Cylindrical-coordinate representation of color #A6879F: hue angle of 313.55º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6879F is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166135159-
CMYK00.190.040.35
HSL313.55º14.83%59.02%-
HSV(B)313.55º18.67%65.1%-
XYZ30.6527.9436.58-
YUV147134.77141.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=36.09%
G=29.35%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613515900.190.040.35313.5514.8359.02
HexA6879F01342313af3b
Octal2462072370234434721773
Binary1010011010000111100111110100111001000111001110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6879F; }

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

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

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

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

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

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

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

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