#A977BD

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

Shades of East Side #A977BD

Tints of East Side #A977BD

Color information

#A977BD (or 0xA977BD) is unknown color: approx East Side. HEX triplet: A9, 77 and BD. RGB value is (169,119,189). Sum of RGB (Red+Green+Blue) = 169+119+189=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A977BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977BD is #568842. Grayscale: #8D8D8D. Windows color (decimal): -5670979 or 12416937. OLE color: 12416937.

HSL color Cylindrical-coordinate representation of color #A977BD: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A977BD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169119189-
CMYK0.110.3700.26
HSL282.86º34.65%60.39%-
HSV(B)282.86º37.04%74.12%-
XYZ32.1425.351.33-
YUV141.93154.56147.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=35.43%
G=24.95%
B=39.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691191890.110.3700.26282.8634.6560.39
HexA977BDB2501A11b233c
Octal25116727513450324334374
Binary101010011110111101111011011100101011010100011011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977BD; }

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

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

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

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

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

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

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

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