#A778B1

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

Shades of East Side #A778B1

Tints of East Side #A778B1

Color information

#A778B1 (or 0xA778B1) is unknown color: approx East Side. HEX triplet: A7, 78 and B1. RGB value is (167,120,177). Sum of RGB (Red+Green+Blue) = 167+120+177=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #A778B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778B1 is #58874E. Grayscale: #8C8C8C. Windows color (decimal): -5801807 or 11630759. OLE color: 11630759.

HSL color Cylindrical-coordinate representation of color #A778B1: hue angle of 289.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A778B1 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167120177-
CMYK0.060.3200.31
HSL289.47º26.76%58.24%-
HSV(B)289.47º32.2%69.41%-
XYZ30.5924.8244.77-
YUV140.55148.57146.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=35.99%
G=25.86%
B=38.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671201770.060.3200.31289.4726.7658.24
HexA778B162001F1211b3a
Octal2471702616400374413372
Binary1010011111110001011000111010000001111110010000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778B1; }

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

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

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

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

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

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

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

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