#A977B4

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

Shades of East Side #A977B4

Tints of East Side #A977B4

Color information

#A977B4 (or 0xA977B4) is unknown color: approx East Side. HEX triplet: A9, 77 and B4. RGB value is (169,119,180). Sum of RGB (Red+Green+Blue) = 169+119+180=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #A977B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977B4 is #56884B. Grayscale: #8C8C8C. Windows color (decimal): -5670988 or 11827113. OLE color: 11827113.

HSL color Cylindrical-coordinate representation of color #A977B4: hue angle of 289.18º degrees, saturation: 0.29, 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 #A977B4 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169119180-
CMYK0.060.3400.29
HSL289.18º28.91%58.63%-
HSV(B)289.18º33.89%70.59%-
XYZ31.224.9246.35-
YUV140.9150.06148.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=36.11%
G=25.43%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691191800.060.3400.29289.1828.9158.63
HexA977B462201D1211d3b
Octal2511672646420354413573
Binary1010100111101111011010011010001001110110010000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977B4; }

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

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

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

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

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

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

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

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