#A189AC

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

Shades of East Side #A189AC

Tints of East Side #A189AC

Color information

#A189AC (or 0xA189AC) is unknown color: approx East Side. HEX triplet: A1, 89 and AC. RGB value is (161,137,172). Sum of RGB (Red+Green+Blue) = 161+137+172=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A189AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A189AC is #5E7653. Grayscale: #949494. Windows color (decimal): -6190676 or 11307425. OLE color: 11307425.

HSL color Cylindrical-coordinate representation of color #A189AC: hue angle of 281.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A189AC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161137172-
CMYK0.060.2000.33
HSL281.14º17.41%60.59%-
HSV(B)281.14º20.35%67.45%-
XYZ31.0928.4542.88-
YUV148.17141.45137.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=34.26%
G=29.15%
B=36.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611371720.060.2000.33281.1417.4160.59
HexA189AC614021119113d
Octal2412112546240414312175
Binary10100001100010011010110011010100010000110001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189AC; }

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

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

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

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

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

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

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

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