#A677BD

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

Shades of East Side #A677BD

Tints of East Side #A677BD

Color information

#A677BD (or 0xA677BD) is unknown color: approx East Side. HEX triplet: A6, 77 and BD. RGB value is (166,119,189). Sum of RGB (Red+Green+Blue) = 166+119+189=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A677BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677BD is #598842. Grayscale: #8C8C8C. Windows color (decimal): -5867587 or 12416934. OLE color: 12416934.

HSL color Cylindrical-coordinate representation of color #A677BD: hue angle of 280.29º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A677BD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166119189-
CMYK0.120.3700.26
HSL280.29º34.65%60.39%-
HSV(B)280.29º37.04%74.12%-
XYZ31.5124.9751.3-
YUV141.03155.07145.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=35.02%
G=25.11%
B=39.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661191890.120.3700.26280.2934.6560.39
HexA677BDC2501A118233c
Octal24616727514450324304374
Binary101001101110111101111011100100101011010100011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677BD; }

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

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

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

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

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

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

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

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