#A676C1

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

Shades of East Side #A676C1

Tints of East Side #A676C1

Color information

#A676C1 (or 0xA676C1) is unknown color: approx East Side. HEX triplet: A6, 76 and C1. RGB value is (166,118,193). Sum of RGB (Red+Green+Blue) = 166+118+193=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A676C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676C1 is #59893E. Grayscale: #8C8C8C. Windows color (decimal): -5867839 or 12678822. OLE color: 12678822.

HSL color Cylindrical-coordinate representation of color #A676C1: hue angle of 278.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A676C1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166118193-
CMYK0.140.3900.24
HSL278.4º37.69%60.98%-
HSV(B)278.4º38.86%75.69%-
XYZ31.8324.9153.58-
YUV140.9157.4145.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=34.80%
G=24.74%
B=40.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661181930.140.3900.24278.437.6960.98
HexA676C1E27018116263d
Octal24616630116470304264675
Binary101001101110110110000011110100111011000100010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676C1; }

 p { color: rgb(166,118,193); }

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

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

 a { background-color: rgb(166,118,193); }

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

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

 span { border-color: rgb(166,118,193); }

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