#A889B8

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

Shades of East Side #A889B8

Tints of East Side #A889B8

Color information

#A889B8 (or 0xA889B8) is unknown color: approx East Side. HEX triplet: A8, 89 and B8. RGB value is (168,137,184). Sum of RGB (Red+Green+Blue) = 168+137+184=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #A889B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889B8 is #577647. Grayscale: #979797. Windows color (decimal): -5731912 or 12093864. OLE color: 12093864.

HSL color Cylindrical-coordinate representation of color #A889B8: hue angle of 279.57º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A889B8 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168137184-
CMYK0.090.2600.28
HSL279.57º24.87%62.94%-
HSV(B)279.57º25.54%72.16%-
XYZ33.7529.6849.3-
YUV151.63146.27139.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=34.36%
G=28.02%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681371840.090.2600.28279.5724.8762.94
HexA889B891A01C118193f
Octal25021127011320344303177
Binary10101000100010011011100010011101001110010001100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889B8; }

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

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

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

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

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

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

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

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