#A089B4

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

Shades of East Side #A089B4

Tints of East Side #A089B4

Color information

#A089B4 (or 0xA089B4) is unknown color: approx East Side. HEX triplet: A0, 89 and B4. RGB value is (160,137,180). Sum of RGB (Red+Green+Blue) = 160+137+180=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #A089B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089B4 is #5F764B. Grayscale: #949494. Windows color (decimal): -6256204 or 11831712. OLE color: 11831712.

HSL color Cylindrical-coordinate representation of color #A089B4: hue angle of 272.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A089B4 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160137180-
CMYK0.110.2400.29
HSL272.09º22.28%62.16%-
HSV(B)272.09º23.89%70.59%-
XYZ31.6828.6647.04-
YUV148.78145.62136-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=33.54%
G=28.72%
B=37.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601371800.110.2400.29272.0922.2862.16
HexA089B4B1801D110163e
Octal24021126413300354202676
Binary10100000100010011011010010111100001110110001000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089B4; }

 p { color: rgb(160,137,180); }

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

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

 a { background-color: rgb(160,137,180); }

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

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

 span { border-color: rgb(160,137,180); }

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