#A977B5

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

Shades of East Side #A977B5

Tints of East Side #A977B5

Color information

#A977B5 (or 0xA977B5) is unknown color: approx East Side. HEX triplet: A9, 77 and B5. RGB value is (169,119,181). Sum of RGB (Red+Green+Blue) = 169+119+181=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #A977B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977B5 is #56884A. Grayscale: #8C8C8C. Windows color (decimal): -5670987 or 11892649. OLE color: 11892649.

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

Color convert

RGB169119181-
CMYK0.070.3400.29
HSL288.39º29.52%58.82%-
HSV(B)288.39º34.25%70.98%-
XYZ31.324.9646.89-
YUV141.02150.56147.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=36.03%
G=25.37%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691191810.070.3400.29288.3929.5258.82
HexA977B572201D1201e3b
Octal2511672657420354403673
Binary1010100111101111011010111110001001110110010000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977B5; }

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

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

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

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

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

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

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

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