#A889BC

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

Shades of East Side #A889BC

Tints of East Side #A889BC

Color information

#A889BC (or 0xA889BC) is unknown color: approx East Side. HEX triplet: A8, 89 and BC. RGB value is (168,137,188). Sum of RGB (Red+Green+Blue) = 168+137+188=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A889BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889BC is #577643. Grayscale: #979797. Windows color (decimal): -5731908 or 12356008. OLE color: 12356008.

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

Color convert

RGB168137188-
CMYK0.110.2700.26
HSL276.47º27.57%63.73%-
HSV(B)276.47º27.13%73.73%-
XYZ34.1729.8551.54-
YUV152.08148.27139.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=34.08%
G=27.79%
B=38.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681371880.110.2700.26276.4727.5763.73
HexA889BCB1B01A1141c40
Octal250211274133303242434100
Binary101010001000100110111100101111011011010100010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889BC; }

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

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

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

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

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

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

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

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