#A776C5

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

Shades of East Side #A776C5

Tints of East Side #A776C5

Color information

#A776C5 (or 0xA776C5) is unknown color: approx East Side. HEX triplet: A7, 76 and C5. RGB value is (167,118,197). Sum of RGB (Red+Green+Blue) = 167+118+197=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A776C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776C5 is #58893A. Grayscale: #8D8D8D. Windows color (decimal): -5802299 or 12940967. OLE color: 12940967.

HSL color Cylindrical-coordinate representation of color #A776C5: hue angle of 277.22º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A776C5 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167118197-
CMYK0.150.4000.23
HSL277.22º40.51%61.76%-
HSV(B)277.22º40.1%77.25%-
XYZ32.4925.255.98-
YUV141.66159.23146.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=34.65%
G=24.48%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671181970.150.4000.23277.2240.5161.76
HexA776C5F28017115293e
Octal24716630517500274255176
Binary101001111110110110001011111101000010111100010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776C5; }

 p { color: rgb(167,118,197); }

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

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

 a { background-color: rgb(167,118,197); }

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

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

 span { border-color: rgb(167,118,197); }

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