#A777BF

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

Shades of East Side #A777BF

Tints of East Side #A777BF

Color information

#A777BF (or 0xA777BF) is unknown color: approx East Side. HEX triplet: A7, 77 and BF. RGB value is (167,119,191). Sum of RGB (Red+Green+Blue) = 167+119+191=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #A777BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777BF is #588840. Grayscale: #8D8D8D. Windows color (decimal): -5802049 or 12548007. OLE color: 12548007.

HSL color Cylindrical-coordinate representation of color #A777BF: hue angle of 280º 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 #A777BF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167119191-
CMYK0.130.3800.25
HSL280º36%60.78%-
HSV(B)280º37.7%74.9%-
XYZ31.9425.1752.47-
YUV141.56155.9146.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 191 (75% from 255) = 40.04%
R=35.01%
G=24.95%
B=40.04%

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
Decimal1671191910.130.3800.252803660.78
HexA777BFD26019118243d
Octal24716727715460314304475
Binary101001111110111101111111101100110011001100011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777BF; }

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

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

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

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

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

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

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

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