#A775B3

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

Shades of East Side #A775B3

Tints of East Side #A775B3

Color information

#A775B3 (or 0xA775B3) is unknown color: approx East Side. HEX triplet: A7, 75 and B3. RGB value is (167,117,179). Sum of RGB (Red+Green+Blue) = 167+117+179=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #A775B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775B3 is #588A4C. Grayscale: #8A8A8A. Windows color (decimal): -5802573 or 11761063. OLE color: 11761063.

HSL color Cylindrical-coordinate representation of color #A775B3: hue angle of 288.39º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A775B3 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167117179-
CMYK0.070.3500.30
HSL288.39º28.97%58.04%-
HSV(B)288.39º34.64%70.2%-
XYZ30.4324.1945.71-
YUV139.02150.56147.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=36.07%
G=25.27%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671171790.070.3500.30288.3928.9758.04
HexA775B372301E1201d3a
Octal2471652637430364403572
Binary1010011111101011011001111110001101111010010000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775B3; }

 p { color: rgb(167,117,179); }

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

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

 a { background-color: rgb(167,117,179); }

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

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

 span { border-color: rgb(167,117,179); }

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