#A677BE

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

Shades of East Side #A677BE

Tints of East Side #A677BE

Color information

#A677BE (or 0xA677BE) is unknown color: approx East Side. HEX triplet: A6, 77 and BE. RGB value is (166,119,190). Sum of RGB (Red+Green+Blue) = 166+119+190=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A677BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677BE is #598841. Grayscale: #8C8C8C. Windows color (decimal): -5867586 or 12482470. OLE color: 12482470.

HSL color Cylindrical-coordinate representation of color #A677BE: hue angle of 279.72º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A677BE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166119190-
CMYK0.130.3700.25
HSL279.72º35.32%60.59%-
HSV(B)279.72º37.37%74.51%-
XYZ31.6225.0251.88-
YUV141.15155.57145.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 40%
R=34.95%
G=25.05%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661191900.130.3700.25279.7235.3260.59
HexA677BED25019118233d
Octal24616727615450314304375
Binary101001101110111101111101101100101011001100011000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677BE; }

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

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

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

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

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

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

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

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