#A989C0

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

Shades of East Side #A989C0

Tints of East Side #A989C0

Color information

#A989C0 (or 0xA989C0) is unknown color: approx East Side. HEX triplet: A9, 89 and C0. RGB value is (169,137,192). Sum of RGB (Red+Green+Blue) = 169+137+192=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #A989C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989C0 is #56763F. Grayscale: #989898. Windows color (decimal): -5666368 or 12618153. OLE color: 12618153.

HSL color Cylindrical-coordinate representation of color #A989C0: hue angle of 274.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A989C0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169137192-
CMYK0.120.2900.25
HSL274.91º30.39%64.51%-
HSV(B)274.91º28.65%75.29%-
XYZ34.8230.1353.85-
YUV152.84150.1139.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=33.94%
G=27.51%
B=38.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691371920.120.2900.25274.9130.3964.51
HexA989C0C1D0191131e41
Octal251211300143503142336101
Binary101010011000100111000000110011101011001100010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989C0; }

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

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

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

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

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

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

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

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