#A6879D

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

Shades of Bouquet #A6879D

Tints of Bouquet #A6879D

Color information

#A6879D (or 0xA6879D) is unknown color: approx Bouquet. HEX triplet: A6, 87 and 9D. RGB value is (166,135,157). Sum of RGB (Red+Green+Blue) = 166+135+157=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A6879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6879D is #597862. Grayscale: #929292. Windows color (decimal): -5863523 or 10323878. OLE color: 10323878.

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

Color convert

RGB166135157-
CMYK00.190.050.35
HSL317.42º14.83%59.02%-
HSV(B)317.42º18.67%65.1%-
XYZ30.4827.8735.67-
YUV146.78133.77141.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=36.24%
G=29.48%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613515700.190.050.35317.4214.8359.02
HexA6879D01352313df3b
Octal2462072350235434751773
Binary1010011010000111100111010100111011000111001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6879D; }

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

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

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

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

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

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

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

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