#A776BC

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

Shades of East Side #A776BC

Tints of East Side #A776BC

Color information

#A776BC (or 0xA776BC) is unknown color: approx East Side. HEX triplet: A7, 76 and BC. RGB value is (167,118,188). Sum of RGB (Red+Green+Blue) = 167+118+188=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A776BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776BC is #588943. Grayscale: #8C8C8C. Windows color (decimal): -5802308 or 12351143. OLE color: 12351143.

HSL color Cylindrical-coordinate representation of color #A776BC: hue angle of 282º degrees, saturation: 0.34, 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 #A776BC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167118188-
CMYK0.110.3700.26
HSL282º34.31%60%-
HSV(B)282º37.23%73.73%-
XYZ31.4924.850.7-
YUV140.63154.73146.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=35.31%
G=24.95%
B=39.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671181880.110.3700.2628234.3160
HexA776BCB2501A11a223c
Octal24716627413450324324274
Binary101001111110110101111001011100101011010100011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776BC; }

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

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

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

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

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

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

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

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