#A6789E

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

Shades of Bouquet #A6789E

Tints of Bouquet #A6789E

Color information

#A6789E (or 0xA6789E) is unknown color: approx Bouquet. HEX triplet: A6, 78 and 9E. RGB value is (166,120,158). Sum of RGB (Red+Green+Blue) = 166+120+158=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6789E is #598761. Grayscale: #898989. Windows color (decimal): -5867362 or 10385574. OLE color: 10385574.

HSL color Cylindrical-coordinate representation of color #A6789E: hue angle of 310.43º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6789E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166120158-
CMYK00.280.050.35
HSL310.43º20.54%56.08%-
HSV(B)310.43º27.71%65.1%-
XYZ28.6124.0135.47-
YUV138.09139.24147.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=37.39%
G=27.03%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612015800.280.050.35310.4320.5456.08
HexA6789E01C5231361538
Octal2461702360345434662570
Binary1010011011110001001111001110010110001110011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6789E; }

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

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

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

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

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

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

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

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