#A6879E

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

Shades of Bouquet #A6879E

Tints of Bouquet #A6879E

Color information

#A6879E (or 0xA6879E) is unknown color: approx Bouquet. HEX triplet: A6, 87 and 9E. RGB value is (166,135,158). Sum of RGB (Red+Green+Blue) = 166+135+158=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A6879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6879E is #597861. Grayscale: #929292. Windows color (decimal): -5863522 or 10389414. OLE color: 10389414.

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

Color convert

RGB166135158-
CMYK00.190.050.35
HSL315.48º14.83%59.02%-
HSV(B)315.48º18.67%65.1%-
XYZ30.5627.936.12-
YUV146.89134.27141.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=36.17%
G=29.41%
B=34.42%

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
Decimal16613515800.190.050.35315.4814.8359.02
HexA6879E01352313bf3b
Octal2462072360235434731773
Binary1010011010000111100111100100111011000111001110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6879E; }

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

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

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

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

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

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

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

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