#A779BF

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

Shades of East Side #A779BF

Tints of East Side #A779BF

Color information

#A779BF (or 0xA779BF) is unknown color: approx East Side. HEX triplet: A7, 79 and BF. RGB value is (167,121,191). Sum of RGB (Red+Green+Blue) = 167+121+191=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #A779BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A779BF is #588640. Grayscale: #8E8E8E. Windows color (decimal): -5801537 or 12548519. OLE color: 12548519.

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

Color convert

RGB167121191-
CMYK0.130.3700.25
HSL279.43º35.35%61.18%-
HSV(B)279.43º36.65%74.9%-
XYZ32.1825.6552.55-
YUV142.73155.24145.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 191 (75% from 255) = 39.87%
R=34.86%
G=25.26%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671211910.130.3700.25279.4335.3561.18
HexA779BFD25019117233d
Octal24717127715450314274375
Binary101001111111001101111111101100101011001100010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779BF; }

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

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

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

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

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

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

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

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