#A776BF

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

Shades of East Side #A776BF

Tints of East Side #A776BF

Color information

#A776BF (or 0xA776BF) is unknown color: approx East Side. HEX triplet: A7, 76 and BF. RGB value is (167,118,191). Sum of RGB (Red+Green+Blue) = 167+118+191=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A776BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776BF is #588940. Grayscale: #8C8C8C. Windows color (decimal): -5802305 or 12547751. OLE color: 12547751.

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

Color convert

RGB167118191-
CMYK0.130.3800.25
HSL280.27º36.32%60.59%-
HSV(B)280.27º38.22%74.9%-
XYZ31.8224.9352.43-
YUV140.97156.23146.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 191 (75% from 255) = 40.13%
R=35.08%
G=24.79%
B=40.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671181910.130.3800.25280.2736.3260.59
HexA776BFD26019118243d
Octal24716627715460314304475
Binary101001111110110101111111101100110011001100011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776BF; }

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

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

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

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

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

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

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

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