#A989C6

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

Shades of East Side #A989C6

Tints of East Side #A989C6

Color information

#A989C6 (or 0xA989C6) is unknown color: approx East Side. HEX triplet: A9, 89 and C6. RGB value is (169,137,198). Sum of RGB (Red+Green+Blue) = 169+137+198=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #A989C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989C6 is #567639. Grayscale: #999999. Windows color (decimal): -5666362 or 13011369. OLE color: 13011369.

HSL color Cylindrical-coordinate representation of color #A989C6: hue angle of 271.48º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A989C6 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169137198-
CMYK0.150.3100.22
HSL271.48º34.86%65.69%-
HSV(B)271.48º30.81%77.65%-
XYZ35.530.457.42-
YUV153.52153.1139.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=33.53%
G=27.18%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691371980.150.3100.22271.4834.8665.69
HexA989C6F1F01610f2342
Octal251211306173702641743102
Binary1010100110001001110001101111111110101101000011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989C6; }

 p { color: rgb(169,137,198); }

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

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

 a { background-color: rgb(169,137,198); }

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

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

 span { border-color: rgb(169,137,198); }

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