#A189B5

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

Shades of East Side #A189B5

Tints of East Side #A189B5

Color information

#A189B5 (or 0xA189B5) is unknown color: approx East Side. HEX triplet: A1, 89 and B5. RGB value is (161,137,181). Sum of RGB (Red+Green+Blue) = 161+137+181=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #A189B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189B5 is #5E764A. Grayscale: #959595. Windows color (decimal): -6190667 or 11897249. OLE color: 11897249.

HSL color Cylindrical-coordinate representation of color #A189B5: hue angle of 272.73º degrees, saturation: 0.23, 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 #A189B5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161137181-
CMYK0.110.2400.29
HSL272.73º22.92%62.35%-
HSV(B)272.73º24.31%70.98%-
XYZ31.9828.847.59-
YUV149.19145.95136.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=33.61%
G=28.60%
B=37.79%

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
Decimal1611371810.110.2400.29272.7322.9262.35
HexA189B5B1801D111173e
Octal24121126513300354212776
Binary10100001100010011011010110111100001110110001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189B5; }

 p { color: rgb(161,137,181); }

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

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

 a { background-color: rgb(161,137,181); }

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

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

 span { border-color: rgb(161,137,181); }

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