#A775BA

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

Shades of East Side #A775BA

Tints of East Side #A775BA

Color information

#A775BA (or 0xA775BA) is unknown color: approx East Side. HEX triplet: A7, 75 and BA. RGB value is (167,117,186). Sum of RGB (Red+Green+Blue) = 167+117+186=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A775BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775BA is #588A45. Grayscale: #8B8B8B. Windows color (decimal): -5802566 or 12219815. OLE color: 12219815.

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

Color convert

RGB167117186-
CMYK0.100.3700.27
HSL283.48º33.33%59.41%-
HSV(B)283.48º37.1%72.94%-
XYZ31.1624.4849.54-
YUV139.82154.06147.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=35.53%
G=24.89%
B=39.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671171860.100.3700.27283.4833.3359.41
HexA775BAA2501B11b213b
Octal24716527212450334334173
Binary101001111110101101110101010100101011011100011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775BA; }

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

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

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

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

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

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

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

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