#A889BF

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

Shades of East Side #A889BF

Tints of East Side #A889BF

Color information

#A889BF (or 0xA889BF) is unknown color: approx East Side. HEX triplet: A8, 89 and BF. RGB value is (168,137,191). Sum of RGB (Red+Green+Blue) = 168+137+191=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A889BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889BF is #577640. Grayscale: #989898. Windows color (decimal): -5731905 or 12552616. OLE color: 12552616.

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

Color convert

RGB168137191-
CMYK0.120.2800.25
HSL274.44º29.67%64.31%-
HSV(B)274.44º28.27%74.9%-
XYZ34.529.9853.26-
YUV152.43149.77139.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 191 (75% from 255) = 38.51%
R=33.87%
G=27.62%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681371910.120.2800.25274.4429.6764.31
HexA889BFC1C0191121e40
Octal250211277143403142236100
Binary101010001000100110111111110011100011001100010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889BF; }

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

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

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

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

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

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

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

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