#A193AB

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

Shades of East Side #A193AB

Tints of East Side #A193AB

Color information

#A193AB (or 0xA193AB) is unknown color: approx East Side. HEX triplet: A1, 93 and AB. RGB value is (161,147,171). Sum of RGB (Red+Green+Blue) = 161+147+171=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A193AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193AB is #5E6C54. Grayscale: #999999. Windows color (decimal): -6188117 or 11244449. OLE color: 11244449.

HSL color Cylindrical-coordinate representation of color #A193AB: hue angle of 275º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A193AB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161147171-
CMYK0.060.1400.33
HSL275º12.5%62.35%-
HSV(B)275º14.04%67.06%-
XYZ32.4831.3842.87-
YUV153.92137.64133.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=33.61%
G=30.69%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611471710.060.1400.3327512.562.35
HexA193AB6E021113c3e
Octal2412232536160414231476
Binary101000011001001110101011110111001000011000100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193AB; }

 p { color: rgb(161,147,171); }

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

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

 a { background-color: rgb(161,147,171); }

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

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

 span { border-color: rgb(161,147,171); }

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