#A989BC

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

Shades of East Side #A989BC

Tints of East Side #A989BC

Color information

#A989BC (or 0xA989BC) is unknown color: approx East Side. HEX triplet: A9, 89 and BC. RGB value is (169,137,188). Sum of RGB (Red+Green+Blue) = 169+137+188=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A989BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989BC is #567643. Grayscale: #989898. Windows color (decimal): -5666372 or 12356009. OLE color: 12356009.

HSL color Cylindrical-coordinate representation of color #A989BC: hue angle of 277.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A989BC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169137188-
CMYK0.100.2700.26
HSL277.65º27.57%63.73%-
HSV(B)277.65º27.13%73.73%-
XYZ34.3829.9651.55-
YUV152.38148.1139.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=34.21%
G=27.73%
B=38.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691371880.100.2700.26277.6527.5763.73
HexA989BCA1B01A1161c40
Octal251211274123303242634100
Binary101010011000100110111100101011011011010100010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989BC; }

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

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

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

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

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

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

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

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