#A977BA

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

Shades of East Side #A977BA

Tints of East Side #A977BA

Color information

#A977BA (or 0xA977BA) is unknown color: approx East Side. HEX triplet: A9, 77 and BA. RGB value is (169,119,186). Sum of RGB (Red+Green+Blue) = 169+119+186=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A977BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977BA is #568845. Grayscale: #8D8D8D. Windows color (decimal): -5670982 or 12220329. OLE color: 12220329.

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

Color convert

RGB169119186-
CMYK0.090.3600.27
HSL284.78º32.68%59.8%-
HSV(B)284.78º36.02%72.94%-
XYZ31.8225.1749.64-
YUV141.59153.06147.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=35.65%
G=25.11%
B=39.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691191860.090.3600.27284.7832.6859.8
HexA977BA92401B11d213c
Octal25116727211440334354174
Binary101010011110111101110101001100100011011100011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977BA; }

 p { color: rgb(169,119,186); }

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

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

 a { background-color: rgb(169,119,186); }

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

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

 span { border-color: rgb(169,119,186); }

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