#A778BF

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

Shades of East Side #A778BF

Tints of East Side #A778BF

Color information

#A778BF (or 0xA778BF) is unknown color: approx East Side. HEX triplet: A7, 78 and BF. RGB value is (167,120,191). Sum of RGB (Red+Green+Blue) = 167+120+191=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #A778BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778BF is #588740. Grayscale: #8D8D8D. Windows color (decimal): -5801793 or 12548263. OLE color: 12548263.

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

Color convert

RGB167120191-
CMYK0.130.3700.25
HSL279.72º35.68%60.98%-
HSV(B)279.72º37.17%74.9%-
XYZ32.0625.4152.51-
YUV142.15155.57145.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 39.96%
R=34.94%
G=25.10%
B=39.96%

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
Decimal1671201910.130.3700.25279.7235.6860.98
HexA778BFD25019118243d
Octal24717027715450314304475
Binary101001111111000101111111101100101011001100011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778BF; }

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

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

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

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

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

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

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

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