#A773BA

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

Shades of East Side #A773BA

Tints of East Side #A773BA

Color information

#A773BA (or 0xA773BA) is unknown color: approx East Side. HEX triplet: A7, 73 and BA. RGB value is (167,115,186). Sum of RGB (Red+Green+Blue) = 167+115+186=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #A773BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773BA is #588C45. Grayscale: #8A8A8A. Windows color (decimal): -5803078 or 12219303. OLE color: 12219303.

HSL color Cylindrical-coordinate representation of color #A773BA: hue angle of 283.94º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A773BA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167115186-
CMYK0.100.3800.27
HSL283.94º33.97%59.02%-
HSV(B)283.94º38.17%72.94%-
XYZ30.9324.0249.46-
YUV138.64154.73148.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=35.68%
G=24.57%
B=39.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671151860.100.3800.27283.9433.9759.02
HexA773BAA2601B11c223b
Octal24716327212460334344273
Binary101001111110011101110101010100110011011100011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773BA; }

 p { color: rgb(167,115,186); }

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

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

 a { background-color: rgb(167,115,186); }

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

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

 span { border-color: rgb(167,115,186); }

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