#A977BB

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

Shades of East Side #A977BB

Tints of East Side #A977BB

Color information

#A977BB (or 0xA977BB) is unknown color: approx East Side. HEX triplet: A9, 77 and BB. RGB value is (169,119,187). Sum of RGB (Red+Green+Blue) = 169+119+187=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A977BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977BB is #568844. Grayscale: #8D8D8D. Windows color (decimal): -5670981 or 12285865. OLE color: 12285865.

HSL color Cylindrical-coordinate representation of color #A977BB: hue angle of 284.12º 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 #A977BB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169119187-
CMYK0.100.3600.27
HSL284.12º33.33%60%-
HSV(B)284.12º36.36%73.33%-
XYZ31.9325.2250.2-
YUV141.7153.56147.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=35.58%
G=25.05%
B=39.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691191870.100.3600.27284.1233.3360
HexA977BBA2401B11c213c
Octal25116727312440334344174
Binary101010011110111101110111010100100011011100011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977BB; }

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

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

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

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

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

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

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

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