#A677A0

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

Shades of Bouquet #A677A0

Tints of Bouquet #A677A0

Color information

#A677A0 (or 0xA677A0) is unknown color: approx Bouquet. HEX triplet: A6, 77 and A0. RGB value is (166,119,160). Sum of RGB (Red+Green+Blue) = 166+119+160=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A677A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677A0 is #59885F. Grayscale: #898989. Windows color (decimal): -5867616 or 10516390. OLE color: 10516390.

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

Color convert

RGB166119160-
CMYK00.280.040.35
HSL307.66º20.89%55.88%-
HSV(B)307.66º28.31%65.1%-
XYZ28.6723.8436.35-
YUV137.73140.57148.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=37.30%
G=26.74%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611916000.280.040.35307.6620.8955.88
HexA677A001C4231341538
Octal2461672400344434642570
Binary1010011011101111010000001110010010001110011010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677A0; }

 p { color: rgb(166,119,160); }

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

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

 a { background-color: rgb(166,119,160); }

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

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

 span { border-color: rgb(166,119,160); }

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